Uses of Enum Class
tools.jackson.dataformat.yaml.YAMLWriteFeature
Packages that use YAMLWriteFeature
Package
Description
Main abstractions for Jackson YAML format backend, including
streaming reader ((
YAMLParser),
writer (YAMLGenerator)
(and factory to create them, YAMLFactory)
as well as mapper (YAMLMapper).-
Uses of YAMLWriteFeature in tools.jackson.dataformat.yaml
Methods in tools.jackson.dataformat.yaml that return YAMLWriteFeatureModifier and TypeMethodDescriptionstatic YAMLWriteFeatureReturns the enum constant of this class with the specified name.static YAMLWriteFeature[]YAMLWriteFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.dataformat.yaml that return types with arguments of type YAMLWriteFeatureMethods in tools.jackson.dataformat.yaml with parameters of type YAMLWriteFeatureModifier and TypeMethodDescriptionYAMLFactoryBuilder.configure(YAMLWriteFeature f, boolean state) YAMLMapper.Builder.configure(YAMLWriteFeature feature, boolean state) YAMLFactoryBuilder.disable(YAMLWriteFeature f) YAMLFactoryBuilder.disable(YAMLWriteFeature first, YAMLWriteFeature... other) YAMLMapper.Builder.disable(YAMLWriteFeature... features) YAMLFactoryBuilder.enable(YAMLWriteFeature f) YAMLFactoryBuilder.enable(YAMLWriteFeature first, YAMLWriteFeature... other) YAMLMapper.Builder.enable(YAMLWriteFeature... features) booleanYAMLFactory.isEnabled(YAMLWriteFeature f) final booleanYAMLGenerator.isEnabled(YAMLWriteFeature f)