Uses of Class
org.yaml.snakeyaml.LoaderOptions
Packages that use LoaderOptions
Package
Description
-
Uses of LoaderOptions in org.yaml.snakeyaml
Fields in org.yaml.snakeyaml declared as LoaderOptionsMethods in org.yaml.snakeyaml that return LoaderOptionsModifier and TypeMethodDescriptionLoaderOptions.setProcessComments
(boolean processComments) Set the comment processing.Constructors in org.yaml.snakeyaml with parameters of type LoaderOptionsModifierConstructorDescriptionYaml
(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 LoaderOptionsConstructors in org.yaml.snakeyaml.composer with parameters of type LoaderOptionsModifierConstructorDescriptionComposer
(Parser parser, Resolver resolver, LoaderOptions loadingConfig) Create -
Uses of LoaderOptions in org.yaml.snakeyaml.constructor
Fields in org.yaml.snakeyaml.constructor declared as LoaderOptionsMethods in org.yaml.snakeyaml.constructor that return LoaderOptionsConstructors in org.yaml.snakeyaml.constructor with parameters of type LoaderOptionsModifierConstructorDescriptionBaseConstructor
(LoaderOptions loadingConfig) CreateConstructor
(Class<? extends Object> theRoot, LoaderOptions loadingConfig) CreateConstructor
(String theRoot, LoaderOptions loadingConfig) CreateConstructor
(LoaderOptions loadingConfig) Create with optionsConstructor
(TypeDescription theRoot, Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig) Create with all possible argumentsConstructor
(TypeDescription theRoot, LoaderOptions loadingConfig) CreateCustomClassLoaderConstructor
(Class<? extends Object> theRoot, ClassLoader theLoader, LoaderOptions loadingConfig) CreateCustomClassLoaderConstructor
(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 LoaderOptionsModifierConstructorDescriptionEnvScalarConstructor
(TypeDescription theRoot, 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 LoaderOptionsModifierConstructorDescriptionCompactConstructor
(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 -
Uses of LoaderOptions in org.yaml.snakeyaml.scanner
Fields in org.yaml.snakeyaml.scanner declared as LoaderOptionsConstructors in org.yaml.snakeyaml.scanner with parameters of type LoaderOptions