Package org.yaml.snakeyaml.introspector
package org.yaml.snakeyaml.introspector
-
ClassDescriptionControl instance variables.A
FieldPropertyis aPropertywhich is accessed as a field, without going through accessor methods (setX, getX).Shared code for all the propertiesAMethodPropertyis aPropertywhich is accessed through accessor methods (setX, getX).A property that does not map to a real property; this is used whenPropertyUtils.setSkipMissingProperties(boolean) is set to true.APropertyrepresents a single member variable of a class, possibly including its accessor methods (getX, setX).