Uses of Class
org.apache.avro.JsonProperties
Packages that use JsonProperties
Package
Description
Avro kernel classes.
-
Uses of JsonProperties in org.apache.avro
Subclasses of JsonProperties in org.apache.avroModifier and TypeClassDescriptionclass
A set of messages forming an application protocol.class
A protocol message.class
An abstract data type.static class
A field within a record.Methods in org.apache.avro with parameters of type JsonPropertiesModifier and TypeMethodDescriptionvoid
JsonProperties.addAllProps
(JsonProperties properties) Adds all the props from the specified json properties.Protocol.createMessage
(String name, String doc, JsonProperties propMap, Schema request) Create a one-way message.Protocol.createMessage
(String name, String doc, JsonProperties propMap, Schema request, Schema response, Schema errors) Create a two-way message.void
JsonProperties.putAll
(JsonProperties np) -
Uses of JsonProperties in org.apache.avro.compiler.schema
Methods in org.apache.avro.compiler.schema with parameters of type JsonPropertiesModifier and TypeMethodDescriptionstatic void
Schemas.copyProperties
(JsonProperties from, JsonProperties to) -
Uses of JsonProperties in org.apache.avro.compiler.specific
Methods in org.apache.avro.compiler.specific with parameters of type JsonPropertiesModifier and TypeMethodDescriptionString[]
SpecificCompiler.javaAnnotations
(JsonProperties props) Utility for template use. -
Uses of JsonProperties in org.apache.avro.idl
Methods in org.apache.avro.idl with parameters of type JsonPropertiesModifier and TypeMethodDescriptionstatic void
IdlUtils.writeIdlProtocol
(Writer writer, JsonProperties properties, String protocolNameSpace, String protocolName, Collection<Schema> schemas, Collection<Protocol.Message> messages)