Uses of Class
com.fasterxml.jackson.dataformat.yaml.YAMLFactory
-
Packages that use YAMLFactory Package Description com.fasterxml.jackson.dataformat.yaml -
-
Uses of YAMLFactory in com.fasterxml.jackson.dataformat.yaml
Methods in com.fasterxml.jackson.dataformat.yaml that return YAMLFactory Modifier and Type Method Description 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 typeYAMLFactoryConstructors in com.fasterxml.jackson.dataformat.yaml with parameters of type YAMLFactory Constructor Description YAMLFactory(YAMLFactory src, com.fasterxml.jackson.core.ObjectCodec oc)YAMLMapper(YAMLFactory f)
-