Uses of Class
tools.jackson.dataformat.avro.AvroFactoryBuilder
Packages that use AvroFactoryBuilder
-
Uses of AvroFactoryBuilder in tools.jackson.dataformat.avro
Methods in tools.jackson.dataformat.avro that return AvroFactoryBuilderModifier and TypeMethodDescriptionstatic AvroFactoryBuilderAvroFactory.builder()Main factory method to use for constructing a builder for creatingAvroFactoryinstances with different configuration.static AvroFactoryBuilderAvroFactory.builderWithApacheDecoder()Main factory method to use for constructing a builder for creatingAvroFactoryinstances with different configuration, initialized to use Apache Avro library codec for decoding content (instead of Jackson native decoder).static AvroFactoryBuilderAvroFactory.builderWithNativeDecoder()Main factory method to use for constructing a builder for creatingAvroFactoryinstances with different configuration, initialized to use Jackson antive codec for decoding content (instead of Apache Avro library decoder).AvroFactoryBuilder.configure(AvroReadFeature f, boolean state) AvroFactoryBuilder.configure(AvroWriteFeature f, boolean state) AvroFactoryBuilder.disable(AvroReadFeature f) AvroFactoryBuilder.disable(AvroReadFeature first, AvroReadFeature... other) AvroFactoryBuilder.disable(AvroWriteFeature f) AvroFactoryBuilder.disable(AvroWriteFeature first, AvroWriteFeature... other) AvroFactoryBuilder.enable(AvroReadFeature f) AvroFactoryBuilder.enable(AvroReadFeature first, AvroReadFeature... other) AvroFactoryBuilder.enable(AvroWriteFeature f) AvroFactoryBuilder.enable(AvroWriteFeature first, AvroWriteFeature... other) AvroFactory.rebuild()Constructors in tools.jackson.dataformat.avro with parameters of type AvroFactoryBuilderModifierConstructorDescriptionprotectedConstructors used byAvroFactoryBuilderfor instantiation.