| Package | Description | 
|---|---|
| org.yaml.snakeyaml | |
| org.yaml.snakeyaml.constructor | |
| org.yaml.snakeyaml.representer | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Yaml. addTypeDescription(TypeDescription td) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<Class<? extends 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. | 
| Constructor and Description | 
|---|
| Constructor(TypeDescription theRoot) | 
| Constructor(TypeDescription theRoot,
           Collection<TypeDescription> moreTDs) | 
| Constructor(TypeDescription theRoot,
           Collection<TypeDescription> moreTDs,
           LoaderOptions loadingConfig) | 
| Constructor(TypeDescription theRoot,
           LoaderOptions loadingConfig) | 
| Constructor and Description | 
|---|
| Constructor(TypeDescription theRoot,
           Collection<TypeDescription> moreTDs) | 
| Constructor(TypeDescription theRoot,
           Collection<TypeDescription> moreTDs,
           LoaderOptions loadingConfig) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<Class<? extends 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) | 
Copyright © 2008–2021. All rights reserved.