| Package | Description |
|---|---|
| org.yaml.snakeyaml.constructor |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.Class<? extends java.lang.Object>,TypeDescription> |
Constructor.typeDefinitions |
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
Constructor.addTypeDescription(TypeDescription definition)
Make YAML aware how to parse a custom Class.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
Constructor.addTypeDescription(TypeDescription definition)
Make YAML aware how to parse a custom Class.
|
| Constructor and Description |
|---|
Constructor(TypeDescription theRoot) |