Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro |
Modifier and Type | Method and Description |
---|---|
static AvroParser.Feature |
AvroParser.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvroParser.Feature[] |
AvroParser.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.core.JsonParser |
AvroParser.configure(AvroParser.Feature f,
boolean state)
Method for enabling or disabling specified Avro feature
(check
AvroParser.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) |
com.fasterxml.jackson.core.JsonParser |
AvroParser.disable(AvroParser.Feature f)
Method for disabling specified Avro feature
(check
AvroParser.Feature for list of features) |
AvroFactory |
AvroFactory.disable(AvroParser.Feature f)
Method for disabling specified parser features
(check
AvroParser.Feature for list of features) |
com.fasterxml.jackson.core.JsonParser |
AvroParser.enable(AvroParser.Feature f)
Method for enabling specified Avro feature
(check
AvroParser.Feature for list of features) |
AvroFactory |
AvroFactory.enable(AvroParser.Feature f)
Method for enabling specified parser feature
(check
AvroParser.Feature for list of features) |
boolean |
AvroParser.isEnabled(AvroParser.Feature f)
Method for checking whether specified Avro
AvroParser.Feature
is enabled. |
boolean |
AvroFactory.isEnabled(AvroParser.Feature f)
Checked whether specified parser feature is enabled.
|
Copyright © 2016 FasterXML. All rights reserved.