Package org.yaml.snakeyaml.introspector

  • Class Summary 
    Class Description
    FieldProperty
    A FieldProperty is a Property which is accessed as a field, without going through accessor methods (setX, getX).
    GenericProperty  
    MethodProperty
    A MethodProperty is a Property which is accessed through accessor methods (setX, getX).
    MissingProperty
    A property that does not map to a real property; this is used when PropertyUtils.setSkipMissingProperties(boolean) is set to true.
    Property
    A Property represents a single member variable of a class, possibly including its accessor methods (getX, setX).
    PropertySubstitute  
    PropertyUtils  
  • Enum Summary 
    Enum Description
    BeanAccess
    Control instance variables.