Uses of Class
org.yaml.snakeyaml.TypeDescription
Packages that use TypeDescription
Package
Description
-
Uses of TypeDescription in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml with parameters of type TypeDescription -
Uses of TypeDescription in org.yaml.snakeyaml.constructor
Fields in org.yaml.snakeyaml.constructor with type parameters of type TypeDescriptionModifier and TypeFieldDescriptionprotected final Map<Class<? extends Object>,
TypeDescription> BaseConstructor.typeDefinitions
Methods in org.yaml.snakeyaml.constructor that return TypeDescriptionModifier and TypeMethodDescriptionBaseConstructor.addTypeDescription
(TypeDescription definition) Make YAML aware how to parse a custom Class.Methods in org.yaml.snakeyaml.constructor with parameters of type TypeDescriptionModifier and TypeMethodDescriptionBaseConstructor.addTypeDescription
(TypeDescription definition) Make YAML aware how to parse a custom Class.private Object
Constructor.ConstructMapping.newInstance
(TypeDescription memberDescription, String propertyName, Node node) Constructors in org.yaml.snakeyaml.constructor with parameters of type TypeDescriptionModifierConstructorDescriptionConstructor
(TypeDescription theRoot) Constructor
(TypeDescription theRoot, Collection<TypeDescription> moreTDs) Constructor
(TypeDescription theRoot, Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig) Constructor
(TypeDescription theRoot, LoaderOptions loadingConfig) Constructor parameters in org.yaml.snakeyaml.constructor with type arguments of type TypeDescriptionModifierConstructorDescriptionConstructor
(TypeDescription theRoot, Collection<TypeDescription> moreTDs) Constructor
(TypeDescription theRoot, Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig) -
Uses of TypeDescription in org.yaml.snakeyaml.representer
Fields in org.yaml.snakeyaml.representer with type parameters of type TypeDescriptionModifier and TypeFieldDescriptionprotected Map<Class<? extends Object>,
TypeDescription> Representer.typeDefinitions
Methods in org.yaml.snakeyaml.representer that return TypeDescriptionMethods in org.yaml.snakeyaml.representer with parameters of type TypeDescription