Uses of Class
org.apache.avro.io.JsonDecoder
-
Uses of JsonDecoder in org.apache.avro.io
Modifier and TypeMethodDescriptionJsonDecoder.configure
(InputStream in) Reconfigures this JsonDecoder to use the InputStream provided.Reconfigures this JsonDecoder to use the String provided for input.DecoderFactory.jsonDecoder
(Schema schema, InputStream input) Creates aJsonDecoder
using the InputStream provided for reading data that conforms to the Schema provided.DecoderFactory.jsonDecoder
(Schema schema, String input) Creates aJsonDecoder
using the String provided for reading data that conforms to the Schema provided.