Uses of Enum Class
tools.jackson.dataformat.avro.AvroReadFeature
Packages that use AvroReadFeature
-
Uses of AvroReadFeature in tools.jackson.dataformat.avro
Methods in tools.jackson.dataformat.avro that return AvroReadFeatureModifier and TypeMethodDescriptionstatic AvroReadFeatureReturns the enum constant of this class with the specified name.static AvroReadFeature[]AvroReadFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.dataformat.avro that return types with arguments of type AvroReadFeatureMethods in tools.jackson.dataformat.avro with parameters of type AvroReadFeatureModifier and TypeMethodDescriptionAvroFactoryBuilder.configure(AvroReadFeature f, boolean state) AvroMapper.Builder.configure(AvroReadFeature feature, boolean state) tools.jackson.core.JsonParserAvroParser.configure(AvroReadFeature f, boolean state) Method for enabling or disabling specified Avro feature (checkAvroReadFeaturefor list of features)AvroFactoryBuilder.disable(AvroReadFeature f) AvroFactoryBuilder.disable(AvroReadFeature first, AvroReadFeature... other) AvroMapper.Builder.disable(AvroReadFeature... features) tools.jackson.core.JsonParserAvroParser.disable(AvroReadFeature f) Method for disabling specified Avro feature (checkAvroReadFeaturefor list of features)AvroFactoryBuilder.enable(AvroReadFeature f) AvroFactoryBuilder.enable(AvroReadFeature first, AvroReadFeature... other) AvroMapper.Builder.enable(AvroReadFeature... features) tools.jackson.core.JsonParserAvroParser.enable(AvroReadFeature f) Method for enabling specified Avro feature (checkAvroReadFeaturefor list of features)final booleanAvroFactory.isEnabled(AvroReadFeature f) Checked whether specified parser feature is enabled.booleanAvroMapper.isEnabled(AvroReadFeature f) booleanAvroParser.isEnabled(AvroReadFeature f) Method for checking whether specified AvroAvroReadFeatureis enabled.