Package | Description |
---|---|
org.yaml.snakeyaml | |
org.yaml.snakeyaml.composer | |
org.yaml.snakeyaml.constructor | |
org.yaml.snakeyaml.env | |
org.yaml.snakeyaml.parser | |
org.yaml.snakeyaml.scanner |
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.
|
Modifier and Type | Field and Description |
---|---|
private LoaderOptions |
Composer.loadingConfig |
Constructor and Description |
---|
Composer(Parser parser,
Resolver resolver,
LoaderOptions loadingConfig) |
Modifier and Type | Field and Description |
---|---|
protected LoaderOptions |
BaseConstructor.loadingConfig |
Constructor and Description |
---|
BaseConstructor(LoaderOptions loadingConfig) |
Constructor(java.lang.Class<? extends java.lang.Object> theRoot,
LoaderOptions loadingConfig) |
Constructor(LoaderOptions loadingConfig) |
Constructor(java.lang.String theRoot,
LoaderOptions loadingConfig) |
Constructor(TypeDescription theRoot,
java.util.Collection<TypeDescription> moreTDs,
LoaderOptions loadingConfig)
Create with all possible arguments
|
Constructor(TypeDescription theRoot,
LoaderOptions loadingConfig) |
SafeConstructor(LoaderOptions loadingConfig) |
Constructor and Description |
---|
EnvScalarConstructor(TypeDescription theRoot,
java.util.Collection<TypeDescription> moreTDs,
LoaderOptions loadingConfig)
Create EnvScalarConstructor which can create JavaBeans with variable substitution
|
Constructor and Description |
---|
ParserImpl(StreamReader reader,
LoaderOptions options) |
Modifier and Type | Field and Description |
---|---|
private LoaderOptions |
ScannerImpl.loaderOptions |
Constructor and Description |
---|
ScannerImpl(StreamReader reader,
LoaderOptions options) |