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 LoaderOptionsYaml. loadingConfigMethods in org.yaml.snakeyaml that return LoaderOptions Modifier and Type Method Description LoaderOptionsLoaderOptions. 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 LoaderOptionsComposer. loadingConfigConstructors 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 LoaderOptionsBaseConstructor. loadingConfigoptionsConstructors 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)CreateSafeConstructor(LoaderOptions loadingConfig) -
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 LoaderOptionsScannerImpl. loaderOptionsConstructors in org.yaml.snakeyaml.scanner with parameters of type LoaderOptions Constructor Description ScannerImpl(StreamReader reader, LoaderOptions options)
-