Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro |
Modifier and Type | Method and Description |
---|---|
static AvroFactoryBuilder |
AvroFactory.builder()
Main factory method to use for constructing a builder for creating
AvroFactory instances with different configuration. |
static AvroFactoryBuilder |
AvroFactory.builderWithApacheDecoder()
Main factory method to use for constructing a builder for creating
AvroFactory instances with different configuration,
initialized to use Apache Avro library codec for decoding content
(instead of Jackson native decoder). |
static AvroFactoryBuilder |
AvroFactory.builderWithNativeDecoder()
Main factory method to use for constructing a builder for creating
AvroFactory instances with different configuration,
initialized to use Jackson antive codec for decoding content
(instead of Apache Avro library decoder). |
AvroFactoryBuilder |
AvroFactoryBuilder.configure(AvroGenerator.Feature f,
boolean state) |
AvroFactoryBuilder |
AvroFactoryBuilder.configure(AvroParser.Feature f,
boolean state) |
AvroFactoryBuilder |
AvroFactoryBuilder.disable(AvroGenerator.Feature f) |
AvroFactoryBuilder |
AvroFactoryBuilder.disable(AvroGenerator.Feature first,
AvroGenerator.Feature... other) |
AvroFactoryBuilder |
AvroFactoryBuilder.disable(AvroParser.Feature f) |
AvroFactoryBuilder |
AvroFactoryBuilder.disable(AvroParser.Feature first,
AvroParser.Feature... other) |
AvroFactoryBuilder |
AvroFactoryBuilder.enable(AvroGenerator.Feature f) |
AvroFactoryBuilder |
AvroFactoryBuilder.enable(AvroGenerator.Feature first,
AvroGenerator.Feature... other) |
AvroFactoryBuilder |
AvroFactoryBuilder.enable(AvroParser.Feature f) |
AvroFactoryBuilder |
AvroFactoryBuilder.enable(AvroParser.Feature first,
AvroParser.Feature... other) |
AvroFactoryBuilder |
AvroFactory.rebuild() |
Constructor and Description |
---|
AvroFactory(AvroFactoryBuilder b)
Constructors used by
AvroFactoryBuilder for instantiation. |
Copyright © 2020 FasterXML. All rights reserved.