Uses of Class
tools.jackson.dataformat.avro.AvroGenerator
Packages that use AvroGenerator
-
Uses of AvroGenerator in tools.jackson.dataformat.avro
Methods in tools.jackson.dataformat.avro that return AvroGeneratorModifier and TypeMethodDescriptionAvroGenerator.configure(AvroWriteFeature f, boolean state) AvroGenerator.disable(AvroWriteFeature f) AvroGenerator.enable(AvroWriteFeature f) -
Uses of AvroGenerator in tools.jackson.dataformat.avro.ser
Fields in tools.jackson.dataformat.avro.ser declared as AvroGeneratorMethods in tools.jackson.dataformat.avro.ser with parameters of type AvroGeneratorModifier and TypeMethodDescriptionstatic AvroWriteContextAvroWriteContext.createRootContext(AvroGenerator generator, org.apache.avro.Schema schema, org.apache.avro.io.BinaryEncoder encoder) Constructors in tools.jackson.dataformat.avro.ser with parameters of type AvroGeneratorModifierConstructorDescriptionArrayWriteContext(AvroWriteContext parent, AvroGenerator generator, org.apache.avro.generic.GenericArray<Object> array, Object currValue) protectedAvroWriteContext(int type, AvroWriteContext parent, AvroGenerator generator, org.apache.avro.Schema schema, Object currValue) MapWriteContext(AvroWriteContext parent, AvroGenerator generator, org.apache.avro.Schema schema, Object currValue) NopWriteContext(int type, AvroWriteContext parent, AvroGenerator generator, Object currValue) ObjectWriteContext(AvroWriteContext parent, AvroGenerator generator, org.apache.avro.generic.GenericRecord record, Object currValue)