Modifier and Type | Class and Description |
---|---|
public abstract class | |
public class | AvroFieldDefaulters
Factory class for various default providers |
public abstract class | AvroFieldReader
Entity that encapsulates details of accessing value of a single field of a "Record" (Avro term, corresponding roughly to JSON Object). |
public abstract class | AvroParserImpl
Implementation class that exposes additional internal API
to be used as callbacks by |
public abstract class | AvroReadContext
We need to use a custom context to be able to carry along Object and array records. |
public abstract class | AvroReaderFactory
Helper class used for constructing a hierarchic reader for given (reader-) schema. |
public abstract class | AvroStructureReader
Base class for handlers for Avro structured types (or in some cases, scalar types that need to be exposed in unified way similar to structured types). |
public class | AvroUntypedDeserializer
Deserializer for handling when we have no target type, just schema type. |
public class | JacksonAvroParserImpl
Implementation class that exposes additional internal API
to be used as callbacks by |
public abstract class | |
public class | MissingReader
Bogus
|
pack-priv abstract class | |
public class | RootReader
Context used at root level; basically just a container
over actual |
public abstract class | ScalarDecoder
Helper classes for reading non-structured values, and can thereby usually
be accessed using simpler interface (although sometimes not: if so,
instances are wrapped in |
pack-priv class | ScalarDecoderWrapper
Simple adapter needed in some cases to unify handling of reading (and skipping) of structured and scalar values. |
public class | ScalarDefaults
Container for various |
public class | StructDefaults
Default-providing |
pack-priv class | UnionReader
Reader used in cases where union contains at least one non-scalar type. |