| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.avro | |
| com.fasterxml.jackson.dataformat.avro.apacheimpl | Package that contains codec implementations (and support pieces)
that build on Apache avro library. | 
| com.fasterxml.jackson.dataformat.avro.deser | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AvroParser | AvroFactory. _createParser(byte[] data,
             int offset,
             int len,
             com.fasterxml.jackson.core.io.IOContext ctxt) | 
| protected AvroParser | AvroFactory. _createParser(InputStream in,
             com.fasterxml.jackson.core.io.IOContext ctxt)Overridable factory method that actually instantiates desired
 parser. | 
| AvroParser | AvroFactory. createParser(byte[] data) | 
| AvroParser | AvroFactory. createParser(byte[] data,
            int offset,
            int len) | 
| AvroParser | AvroFactory. createParser(File f) | 
| AvroParser | AvroFactory. createParser(InputStream in) | 
| AvroParser | AvroFactory. createParser(URL url) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApacheAvroParserImplImplementation class that exposes additional internal API
 to be used as callbacks by  AvroReadContextimplementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AvroParser | ApacheAvroFactory. _createParser(byte[] data,
             int offset,
             int len,
             com.fasterxml.jackson.core.io.IOContext ctxt) | 
| protected AvroParser | ApacheAvroFactory. _createParser(InputStream in,
             com.fasterxml.jackson.core.io.IOContext ctxt) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AvroParserImplImplementation class that exposes additional internal API
 to be used as callbacks by  AvroReadContextimplementations. | 
| class  | JacksonAvroParserImplImplementation class that exposes additional internal API
 to be used as callbacks by  AvroReadContextimplementations. | 
Copyright © 2019 FasterXML. All rights reserved.