Uses of Class
tools.jackson.dataformat.yaml.YAMLFactory
Packages that use YAMLFactory
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 YAMLFactory in tools.jackson.dataformat.yaml
Methods in tools.jackson.dataformat.yaml that return YAMLFactoryModifier and TypeMethodDescriptionYAMLFactoryBuilder.build()YAMLFactory.copy()final YAMLFactoryYAMLMapper.tokenStreamFactory()Overridden with more specific type, since factory we have is always of typeYAMLFactoryMethods in tools.jackson.dataformat.yaml with parameters of type YAMLFactoryModifier and TypeMethodDescriptionstatic YAMLMapper.BuilderYAMLMapper.builder(YAMLFactory streamFactory) Constructors in tools.jackson.dataformat.yaml with parameters of type YAMLFactory