Package org.yaml.snakeyaml.introspector


package org.yaml.snakeyaml.introspector
  • Class
    Description
    Control instance variables.
    A FieldProperty is a Property which is accessed as a field, without going through accessor methods (setX, getX).
    Shared code for all the properties
    A MethodProperty is a Property which is accessed through accessor methods (setX, getX).
    A property that does not map to a real property; this is used when PropertyUtils.setSkipMissingProperties(boolean) is set to true.
    A Property represents a single member variable of a class, possibly including its accessor methods (getX, setX).