| Package | Description | 
|---|---|
| org.apache.avro.io | Utilities for Encoding and Decoding Avro data. | 
| Modifier and Type | Method and Description | 
|---|---|
| JsonDecoder | JsonDecoder. configure(InputStream in)Reconfigures this JsonDecoder to use the InputStream provided. | 
| JsonDecoder | JsonDecoder. configure(String in)Reconfigures this JsonDecoder to use the String provided for input. | 
| JsonDecoder | DecoderFactory. jsonDecoder(Schema schema,
           InputStream input)Creates a  JsonDecoderusing the InputStream provided for reading data
 that conforms to the Schema provided. | 
| JsonDecoder | DecoderFactory. jsonDecoder(Schema schema,
           String input)Creates a  JsonDecoderusing the String provided for reading data that
 conforms to the Schema provided. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.