Package org.yaml.snakeyaml.introspector
package org.yaml.snakeyaml.introspector
-
ClassDescriptionControl instance variables.A
FieldProperty
is aProperty
which is accessed as a field, without going through accessor methods (setX, getX).AMethodProperty
is aProperty
which 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.AProperty
represents a single member variable of a class, possibly including its accessor methods (getX, setX).