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
Subclasses of YAMLFactory in tools.jackson.dataformat.yamlModifier and TypeClassDescriptionclassA subclass of YAMLFactory with the only purpose to replace the YAMLParser by the YAMLAnchorReplayingParser subclass.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