Uses of Class
org.yaml.snakeyaml.LoaderOptions
-
-
Uses of LoaderOptions in org.yaml.snakeyaml
Fields in org.yaml.snakeyaml declared as LoaderOptions Modifier and Type Field Description protected LoaderOptions
Yaml. loadingConfig
Methods in org.yaml.snakeyaml that return LoaderOptions Modifier and Type Method Description LoaderOptions
LoaderOptions. setProcessComments(boolean processComments)
Set the comment processing.Constructors in org.yaml.snakeyaml with parameters of type LoaderOptions Constructor Description Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions, LoaderOptions loadingConfig)
Create Yaml instance.Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions, LoaderOptions loadingConfig, Resolver resolver)
Create Yaml instance.Yaml(LoaderOptions loadingConfig)
Create Yaml instance. -
Uses of LoaderOptions in org.yaml.snakeyaml.composer
Fields in org.yaml.snakeyaml.composer declared as LoaderOptions Modifier and Type Field Description private LoaderOptions
Composer. loadingConfig
Constructors in org.yaml.snakeyaml.composer with parameters of type LoaderOptions Constructor Description Composer(Parser parser, Resolver resolver, LoaderOptions loadingConfig)
Create -
Uses of LoaderOptions in org.yaml.snakeyaml.constructor
Fields in org.yaml.snakeyaml.constructor declared as LoaderOptions Modifier and Type Field Description protected LoaderOptions
BaseConstructor. loadingConfig
optionsMethods in org.yaml.snakeyaml.constructor that return LoaderOptions Modifier and Type Method Description LoaderOptions
BaseConstructor. getLoadingConfig()
Constructors in org.yaml.snakeyaml.constructor with parameters of type LoaderOptions Constructor Description BaseConstructor(LoaderOptions loadingConfig)
CreateConstructor(java.lang.Class<? extends java.lang.Object> theRoot, LoaderOptions loadingConfig)
CreateConstructor(java.lang.String theRoot, LoaderOptions loadingConfig)
CreateConstructor(LoaderOptions loadingConfig)
Create with optionsConstructor(TypeDescription theRoot, java.util.Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig)
Create with all possible argumentsConstructor(TypeDescription theRoot, LoaderOptions loadingConfig)
CreateCustomClassLoaderConstructor(java.lang.Class<? extends java.lang.Object> theRoot, java.lang.ClassLoader theLoader, LoaderOptions loadingConfig)
CreateCustomClassLoaderConstructor(java.lang.ClassLoader loader, LoaderOptions loadingConfig)
CreateSafeConstructor(LoaderOptions loaderOptions)
Create an instance -
Uses of LoaderOptions in org.yaml.snakeyaml.env
Constructors in org.yaml.snakeyaml.env with parameters of type LoaderOptions Constructor Description EnvScalarConstructor(TypeDescription theRoot, java.util.Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig)
Create EnvScalarConstructor which can create JavaBeans with variable substitution -
Uses of LoaderOptions in org.yaml.snakeyaml.extensions.compactnotation
Constructors in org.yaml.snakeyaml.extensions.compactnotation with parameters of type LoaderOptions Constructor Description CompactConstructor(LoaderOptions loadingConfig)
Create with provided options -
Uses of LoaderOptions in org.yaml.snakeyaml.parser
Constructors in org.yaml.snakeyaml.parser with parameters of type LoaderOptions Constructor Description ParserImpl(StreamReader reader, LoaderOptions options)
-
Uses of LoaderOptions in org.yaml.snakeyaml.scanner
Fields in org.yaml.snakeyaml.scanner declared as LoaderOptions Modifier and Type Field Description private LoaderOptions
ScannerImpl. loaderOptions
Constructors in org.yaml.snakeyaml.scanner with parameters of type LoaderOptions Constructor Description ScannerImpl(StreamReader reader, LoaderOptions options)
-