Uses of Class
tools.jackson.dataformat.avro.AvroFactory
Packages that use AvroFactory
-
Uses of AvroFactory in tools.jackson.dataformat.avro
Methods in tools.jackson.dataformat.avro that return AvroFactoryModifier and TypeMethodDescriptionAvroFactoryBuilder.build()AvroFactory.copy()AvroMapper.tokenStreamFactory()Methods in tools.jackson.dataformat.avro with parameters of type AvroFactoryModifier and TypeMethodDescriptionstatic AvroMapper.BuilderAvroMapper.builder(AvroFactory streamFactory) Constructors in tools.jackson.dataformat.avro with parameters of type AvroFactoryModifierConstructorDescriptionprotectedAvroFactory(AvroFactory src) Constructor that will construct mapper with givenAvroFactory, as well as register standardAvroModule(with default settings).