Package | Description |
---|---|
org.yaml.snakeyaml | |
org.yaml.snakeyaml.constructor | |
org.yaml.snakeyaml.extensions.compactnotation |
Modifier and Type | Field | Description |
---|---|---|
protected BaseConstructor |
Yaml.constructor |
Constructor | Description |
---|---|
Yaml(BaseConstructor constructor) |
Create Yaml instance.
|
Yaml(BaseConstructor constructor,
Representer representer) |
Create Yaml instance.
|
Yaml(BaseConstructor constructor,
Representer representer,
DumperOptions dumperOptions) |
Create Yaml instance.
|
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(BaseConstructor constructor,
Representer representer,
DumperOptions dumperOptions,
Resolver resolver) |
Create Yaml instance.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Constructor |
Construct a custom Java instance.
|
class |
CustomClassLoaderConstructor |
Construct instances with a custom Class Loader.
|
class |
SafeConstructor |
Construct standard Java classes
|
Modifier and Type | Class | Description |
---|---|---|
class |
CompactConstructor |
Construct a custom Java instance out of a compact object notation format.
|
class |
PackageCompactConstructor |
Copyright © 2008–2018. All rights reserved.