Uses of Class
tools.jackson.dataformat.yaml.YAMLMapper.Builder
Packages that use YAMLMapper.Builder
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 YAMLMapper.Builder in tools.jackson.dataformat.yaml
Methods in tools.jackson.dataformat.yaml that return YAMLMapper.BuilderModifier and TypeMethodDescriptionstatic YAMLMapper.BuilderYAMLMapper.builder()static YAMLMapper.BuilderYAMLMapper.builder(YAMLFactory streamFactory) YAMLMapper.Builder.configure(YAMLReadFeature feature, boolean state) YAMLMapper.Builder.configure(YAMLWriteFeature feature, boolean state) YAMLMapper.Builder.disable(YAMLReadFeature... features) YAMLMapper.Builder.disable(YAMLWriteFeature... features) YAMLMapper.Builder.enable(YAMLReadFeature... features) YAMLMapper.Builder.enable(YAMLWriteFeature... features) YAMLMapper.rebuild()Constructors in tools.jackson.dataformat.yaml with parameters of type YAMLMapper.Builder