Modifier and Type | Field and Description |
---|---|
protected LoaderOptions |
Yaml.loadingConfig |
Modifier and Type | Method and Description |
---|---|
LoaderOptions |
LoaderOptions.setProcessComments(boolean processComments)
Set the comment processing.
|
Constructor and 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.
|
Constructor and Description |
---|
Composer(Parser parser,
Resolver resolver,
LoaderOptions loadingConfig)
Create
|
Modifier and Type | Field and Description |
---|---|
protected LoaderOptions |
BaseConstructor.loadingConfig
options
|
Constructor and Description |
---|
BaseConstructor(LoaderOptions loadingConfig)
Create
|
Constructor(Class<? extends Object> theRoot,
LoaderOptions loadingConfig)
Create
|
Constructor(LoaderOptions loadingConfig)
Create with options
|
Constructor(String theRoot,
LoaderOptions loadingConfig)
Create
|
Constructor(TypeDescription theRoot,
Collection<TypeDescription> moreTDs,
LoaderOptions loadingConfig)
Create with all possible arguments
|
Constructor(TypeDescription theRoot,
LoaderOptions loadingConfig)
Create
|
SafeConstructor(LoaderOptions loadingConfig) |
Constructor and Description |
---|
EnvScalarConstructor(TypeDescription theRoot,
Collection<TypeDescription> moreTDs,
LoaderOptions loadingConfig)
Create EnvScalarConstructor which can create JavaBeans with variable substitution
|
Constructor and Description |
---|
CompactConstructor(LoaderOptions loadingConfig)
Create with provided options
|
Constructor and Description |
---|
ParserImpl(StreamReader reader,
LoaderOptions options) |
Constructor and Description |
---|
ScannerImpl(StreamReader reader,
LoaderOptions options) |
Copyright © 2008–2022. All rights reserved.