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 |
ApacheAvroParserImpl
Implementation class that exposes additional internal API
to be used as callbacks by
AvroReadContext implementations. |
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 |
AvroParserImpl
Implementation class that exposes additional internal API
to be used as callbacks by
AvroReadContext implementations. |
class |
JacksonAvroParserImpl
Implementation class that exposes additional internal API
to be used as callbacks by
AvroReadContext implementations. |
Copyright © 2021 FasterXML. All rights reserved.