Uses of Class
org.yaml.snakeyaml.TypeDescription
-
Packages that use TypeDescription Package Description org.yaml.snakeyaml org.yaml.snakeyaml.constructor org.yaml.snakeyaml.env 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 voidYaml. 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 Map<Class<? extends Object>,TypeDescription>BaseConstructor. typeDefinitionsMapping from a class to its managerMethods in org.yaml.snakeyaml.constructor that return TypeDescription Modifier and Type Method Description TypeDescriptionBaseConstructor. 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 TypeDescriptionBaseConstructor. 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, Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig)Create with all possible argumentsConstructor(TypeDescription theRoot, LoaderOptions loadingConfig)CreateConstructor parameters in org.yaml.snakeyaml.constructor with type arguments of type TypeDescription Constructor Description Constructor(TypeDescription theRoot, Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig)Create with all possible arguments -
Uses of TypeDescription in org.yaml.snakeyaml.env
Constructors in org.yaml.snakeyaml.env with parameters of type TypeDescription Constructor Description EnvScalarConstructor(TypeDescription theRoot, Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig)Create EnvScalarConstructor which can create JavaBeans with variable substitutionConstructor parameters in org.yaml.snakeyaml.env with type arguments of type TypeDescription Constructor Description EnvScalarConstructor(TypeDescription theRoot, Collection<TypeDescription> moreTDs, LoaderOptions loadingConfig)Create EnvScalarConstructor which can create JavaBeans with variable substitution -
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 Map<Class<? extends Object>,TypeDescription>Representer. typeDefinitionsMethods in org.yaml.snakeyaml.representer that return TypeDescription Modifier and Type Method Description TypeDescriptionRepresenter. addTypeDescription(TypeDescription td)Methods in org.yaml.snakeyaml.representer with parameters of type TypeDescription Modifier and Type Method Description TypeDescriptionRepresenter. addTypeDescription(TypeDescription td)
-