Uses of Class
org.yaml.snakeyaml.TypeDescription

Packages that use TypeDescription
org.yaml.snakeyaml.constructor   
 

Uses of TypeDescription in org.yaml.snakeyaml.constructor
 

Fields in org.yaml.snakeyaml.constructor with type parameters of type TypeDescription
protected  Map<Class<? extends Object>,TypeDescription> Constructor.typeDefinitions
           
 

Methods in org.yaml.snakeyaml.constructor that return TypeDescription
 TypeDescription Constructor.addTypeDescription(TypeDescription definition)
          Make YAML aware how to parse a custom Class.
 

Methods in org.yaml.snakeyaml.constructor with parameters of type TypeDescription
 TypeDescription Constructor.addTypeDescription(TypeDescription definition)
          Make YAML aware how to parse a custom Class.
 

Constructors in org.yaml.snakeyaml.constructor with parameters of type TypeDescription
Constructor(TypeDescription theRoot)
           
 



Copyright © 2008–2017. All rights reserved.