Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro |
Modifier and Type | Method and Description |
---|---|
AvroFactory |
AvroFactory.configure(AvroGenerator.Feature f,
boolean state)
Method for enabling or disabling specified generator feature
(check
AvroGenerator.Feature for list of features) |
AvroFactory |
AvroFactory.configure(AvroParser.Feature f,
boolean state)
Method for enabling or disabling specified parser feature
(check
AvroParser.Feature for list of features) |
AvroFactory |
AvroFactory.copy() |
AvroFactory |
AvroFactory.disable(AvroGenerator.Feature f)
Method for disabling specified generator feature
(check
AvroGenerator.Feature for list of features) |
AvroFactory |
AvroFactory.disable(AvroParser.Feature f)
Method for disabling specified parser features
(check
AvroParser.Feature for list of features) |
AvroFactory |
AvroFactory.enable(AvroGenerator.Feature f)
Method for enabling specified generator features
(check
AvroGenerator.Feature for list of features) |
AvroFactory |
AvroFactory.enable(AvroParser.Feature f)
Method for enabling specified parser feature
(check
AvroParser.Feature for list of features) |
AvroFactory |
AvroMapper.getFactory() |
Constructor and Description |
---|
AvroFactory(AvroFactory src,
com.fasterxml.jackson.core.ObjectCodec oc) |
AvroMapper(AvroFactory f) |
Copyright © 2016 FasterXML. All rights reserved.