Uses of Enum Class
tools.jackson.dataformat.avro.AvroWriteFeature
Packages that use AvroWriteFeature
-
Uses of AvroWriteFeature in tools.jackson.dataformat.avro
Methods in tools.jackson.dataformat.avro that return AvroWriteFeatureModifier and TypeMethodDescriptionstatic AvroWriteFeatureReturns the enum constant of this class with the specified name.static AvroWriteFeature[]AvroWriteFeature.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 AvroWriteFeatureMethods in tools.jackson.dataformat.avro with parameters of type AvroWriteFeatureModifier and TypeMethodDescriptionAvroFactoryBuilder.configure(AvroWriteFeature f, boolean state) AvroGenerator.configure(AvroWriteFeature f, boolean state) AvroMapper.Builder.configure(AvroWriteFeature feature, boolean state) AvroFactoryBuilder.disable(AvroWriteFeature f) AvroFactoryBuilder.disable(AvroWriteFeature first, AvroWriteFeature... other) AvroGenerator.disable(AvroWriteFeature f) AvroMapper.Builder.disable(AvroWriteFeature... features) AvroFactoryBuilder.enable(AvroWriteFeature f) AvroFactoryBuilder.enable(AvroWriteFeature first, AvroWriteFeature... other) AvroGenerator.enable(AvroWriteFeature f) AvroMapper.Builder.enable(AvroWriteFeature... features) final booleanAvroFactory.isEnabled(AvroWriteFeature f) Check whether specified generator feature is enabled.final booleanAvroGenerator.isEnabled(AvroWriteFeature f) booleanAvroMapper.isEnabled(AvroWriteFeature f)