Uses of Class
org.apache.avro.JsonProperties
Packages that use JsonProperties
-
Uses of JsonProperties in org.apache.avro
Subclasses of JsonProperties in org.apache.avroModifier and TypeClassDescriptionclassA set of messages forming an application protocol.classA protocol message.classAn abstract data type.static classA field within a record.Methods in org.apache.avro with parameters of type JsonPropertiesModifier and TypeMethodDescriptionvoidJsonProperties.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.voidJsonProperties.putAll(JsonProperties np)