Uses of Class
org.yaml.snakeyaml.TypeDescription
-
Packages that use TypeDescription Package Description org.yaml.snakeyaml org.yaml.snakeyaml.constructor org.yaml.snakeyaml.representer -
-
Uses of TypeDescription in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml with parameters of type TypeDescription Modifier and Type Method Description void
Yaml. addTypeDescription(TypeDescription td)
-
Uses of TypeDescription in org.yaml.snakeyaml.constructor
Fields in org.yaml.snakeyaml.constructor with type parameters of type TypeDescription Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends java.lang.Object>,TypeDescription>
BaseConstructor. typeDefinitions
Methods in org.yaml.snakeyaml.constructor that return TypeDescription Modifier and Type Method Description TypeDescription
BaseConstructor. addTypeDescription(TypeDescription definition)
Make YAML aware how to parse a custom Class.Methods in org.yaml.snakeyaml.constructor with parameters of type TypeDescription Modifier and Type Method Description TypeDescription
BaseConstructor. addTypeDescription(TypeDescription definition)
Make YAML aware how to parse a custom Class.Constructors in org.yaml.snakeyaml.constructor with parameters of type TypeDescription Constructor Description Constructor(TypeDescription theRoot)
Constructor(TypeDescription theRoot, java.util.Collection<TypeDescription> moreTDs)
Constructor(TypeDescription theRoot, java.util.Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig)
Constructor(TypeDescription theRoot, LoaderOptions loadingConfig)
Constructor parameters in org.yaml.snakeyaml.constructor with type arguments of type TypeDescription Constructor Description Constructor(TypeDescription theRoot, java.util.Collection<TypeDescription> moreTDs)
Constructor(TypeDescription theRoot, java.util.Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig)
-
Uses of TypeDescription in org.yaml.snakeyaml.representer
Fields in org.yaml.snakeyaml.representer with type parameters of type TypeDescription Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends java.lang.Object>,TypeDescription>
Representer. typeDefinitions
Methods in org.yaml.snakeyaml.representer that return TypeDescription Modifier and Type Method Description TypeDescription
Representer. addTypeDescription(TypeDescription td)
Methods in org.yaml.snakeyaml.representer with parameters of type TypeDescription Modifier and Type Method Description TypeDescription
Representer. addTypeDescription(TypeDescription td)
-