Package | Description |
---|---|
org.yaml.snakeyaml | |
org.yaml.snakeyaml.constructor | |
org.yaml.snakeyaml.env | |
org.yaml.snakeyaml.representer |
Modifier and Type | Method and Description |
---|---|
void |
Yaml.addTypeDescription(TypeDescription td) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Class<? extends java.lang.Object>,TypeDescription> |
BaseConstructor.typeDefinitions |
Modifier and Type | Method and Description |
---|---|
TypeDescription |
BaseConstructor.addTypeDescription(TypeDescription definition)
Make YAML aware how to parse a custom Class.
|
Modifier and Type | Method and Description |
---|---|
TypeDescription |
BaseConstructor.addTypeDescription(TypeDescription definition)
Make YAML aware how to parse a custom Class.
|
private java.lang.Object |
Constructor.ConstructMapping.newInstance(TypeDescription memberDescription,
java.lang.String propertyName,
Node node) |
Constructor and Description |
---|
Constructor(TypeDescription theRoot) |
Constructor(TypeDescription theRoot,
java.util.Collection<TypeDescription> moreTDs) |
Constructor(TypeDescription theRoot,
java.util.Collection<TypeDescription> moreTDs,
LoaderOptions loadingConfig)
Create with all possible arguments
|
Constructor(TypeDescription theRoot,
LoaderOptions loadingConfig) |
Constructor and Description |
---|
Constructor(TypeDescription theRoot,
java.util.Collection<TypeDescription> moreTDs) |
Constructor(TypeDescription theRoot,
java.util.Collection<TypeDescription> moreTDs,
LoaderOptions loadingConfig)
Create with all possible arguments
|
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 |
---|
EnvScalarConstructor(TypeDescription theRoot,
java.util.Collection<TypeDescription> moreTDs,
LoaderOptions loadingConfig)
Create EnvScalarConstructor which can create JavaBeans with variable substitution
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Class<? extends java.lang.Object>,TypeDescription> |
Representer.typeDefinitions |
Modifier and Type | Method and Description |
---|---|
TypeDescription |
Representer.addTypeDescription(TypeDescription td) |
Modifier and Type | Method and Description |
---|---|
TypeDescription |
Representer.addTypeDescription(TypeDescription td) |