Uses of Class
org.yaml.snakeyaml.introspector.GenericProperty
Packages that use GenericProperty
-
Uses of GenericProperty in org.yaml.snakeyaml.introspector
Subclasses of GenericProperty in org.yaml.snakeyaml.introspectorModifier and TypeClassDescriptionclassAFieldPropertyis aPropertywhich is accessed as a field, without going through accessor methods (setX, getX).classAMethodPropertyis aPropertywhich is accessed through accessor methods (setX, getX).