Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro | |
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 |
AvroParserImpl
Implementation class that exposes additional internal API
to be used as callbacks by
AvroReadContext implementations. |
Copyright © 2016 FasterXML. All rights reserved.