Uses of Class
org.yaml.snakeyaml.introspector.GenericProperty
-
Packages that use GenericProperty Package Description org.yaml.snakeyaml.introspector -
-
Uses of GenericProperty in org.yaml.snakeyaml.introspector
Subclasses of GenericProperty in org.yaml.snakeyaml.introspector Modifier and Type Class Description classFieldPropertyAFieldPropertyis aPropertywhich is accessed as a field, without going through accessor methods (setX, getX).classMethodPropertyAMethodPropertyis aPropertywhich is accessed through accessor methods (setX, getX).
-