Uses of Class
org.yaml.snakeyaml.introspector.Property

Packages that use Property
org.yaml.snakeyaml.introspector   
org.yaml.snakeyaml.representer   
 

Uses of Property in org.yaml.snakeyaml.introspector
 

Subclasses of Property in org.yaml.snakeyaml.introspector
 class FieldProperty
           
 class MethodProperty
           
 

Methods in org.yaml.snakeyaml.introspector with parameters of type Property
 int Property.compareTo(Property o)
           
 

Uses of Property in org.yaml.snakeyaml.representer
 

Methods in org.yaml.snakeyaml.representer that return types with arguments of type Property
protected  Set<Property> Representer.getProperties(Class<? extends Object> type)
           
 

Methods in org.yaml.snakeyaml.representer with parameters of type Property
protected  void Representer.checkGlobalTag(Property property, Node node, Object object)
          Remove redundant global tag for a type safe (generic) collection if it is the same as defined by the JavaBean property
protected  NodeTuple Representer.representJavaBeanProperty(Object javaBean, Property property, Object propertyValue, Tag customTag)
          Represent one JavaBean property.
 

Method parameters in org.yaml.snakeyaml.representer with type arguments of type Property
protected  MappingNode Representer.representJavaBean(Set<Property> properties, Object javaBean)
          Tag logic:
- explicit root tag is set in serializer
- if there is a predefined class tag it is used
- a global tag with class name is always used as tag.
 



Copyright © 2008-2010. All Rights Reserved.