Uses of Class
org.yaml.snakeyaml.TypeDescription

Packages that use TypeDescription
org.yaml.snakeyaml   
org.yaml.snakeyaml.constructor   
 

Uses of TypeDescription in org.yaml.snakeyaml
 

Methods in org.yaml.snakeyaml that return TypeDescription
 TypeDescription LoaderOptions.getRootTypeDescription()
          Deprecated.  
 

Methods in org.yaml.snakeyaml with parameters of type TypeDescription
 void LoaderOptions.setRootTypeDescription(TypeDescription rootTypeDescription)
          Deprecated.  
 

Constructors in org.yaml.snakeyaml with parameters of type TypeDescription
JavaBeanLoader(TypeDescription typeDescription)
          Deprecated.  
JavaBeanLoader(TypeDescription typeDescription, BeanAccess beanAccess)
          Deprecated.  
LoaderOptions(TypeDescription rootTypeDescription)
          Deprecated.  
 

Uses of TypeDescription in org.yaml.snakeyaml.constructor
 

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-2012. All Rights Reserved.