Package org.yaml.snakeyaml.introspector
Class GenericProperty
java.lang.Object
org.yaml.snakeyaml.introspector.Property
org.yaml.snakeyaml.introspector.GenericProperty
- All Implemented Interfaces:
Comparable<Property>
- Direct Known Subclasses:
FieldProperty
,MethodProperty
Shared code for all the properties
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.yaml.snakeyaml.introspector.Property
compareTo, equals, get, getAnnotation, getAnnotations, getName, getType, hashCode, isReadable, isWritable, set, toString
-
Field Details
-
genType
-
actualClassesChecked
private boolean actualClassesChecked -
actualClasses
-
-
Constructor Details
-
GenericProperty
-
-
Method Details
-
getActualTypeArguments
- Specified by:
getActualTypeArguments
in classProperty
-