Uses of Class
com.fasterxml.jackson.dataformat.yaml.YAMLFactory
-
Packages that use YAMLFactory Package Description com.fasterxml.jackson.dataformat.yaml 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 com.fasterxml.jackson.dataformat.yaml
Methods in com.fasterxml.jackson.dataformat.yaml that return YAMLFactory Modifier and Type Method Description YAMLFactoryYAMLFactoryBuilder. build()YAMLFactoryYAMLFactory. configure(YAMLGenerator.Feature f, boolean state)Method for enabling or disabling specified generator feature (checkYAMLGenerator.Featurefor list of features)YAMLFactoryYAMLFactory. configure(YAMLParser.Feature f, boolean state)Method for enabling or disabling specified parser feature (checkYAMLParser.Featurefor list of features)YAMLFactoryYAMLFactory. copy()YAMLFactoryYAMLFactory. disable(YAMLGenerator.Feature f)Method for disabling specified generator feature (checkYAMLGenerator.Featurefor list of features)YAMLFactoryYAMLFactory. disable(YAMLParser.Feature f)Method for disabling specified parser features (checkYAMLParser.Featurefor list of features)YAMLFactoryYAMLFactory. enable(YAMLGenerator.Feature f)Method for enabling specified generator features (checkYAMLGenerator.Featurefor list of features)YAMLFactoryYAMLFactory. enable(YAMLParser.Feature f)Method for enabling specified parser feature (checkYAMLParser.Featurefor list of features)YAMLFactoryYAMLMapper. getFactory()Overridden with more specific type, since factory we have is always of typeYAMLFactoryMethods in com.fasterxml.jackson.dataformat.yaml with parameters of type YAMLFactory Modifier and Type Method Description static YAMLMapper.BuilderYAMLMapper. builder(YAMLFactory streamFactory)Constructors in com.fasterxml.jackson.dataformat.yaml with parameters of type YAMLFactory Constructor Description YAMLFactory(YAMLFactory src, com.fasterxml.jackson.core.ObjectCodec oc)YAMLFactoryBuilder(YAMLFactory base)YAMLMapper(YAMLFactory f)
-