Package org.yaml.snakeyaml.introspector
Class GenericProperty
- java.lang.Object
-
- org.yaml.snakeyaml.introspector.Property
-
- org.yaml.snakeyaml.introspector.GenericProperty
-
- All Implemented Interfaces:
java.lang.Comparable<Property>
- Direct Known Subclasses:
FieldProperty
,MethodProperty
public abstract class GenericProperty extends Property
Shared code for all the properties
-
-
Constructor Summary
Constructors Constructor Description GenericProperty(java.lang.String name, java.lang.Class<?> aClass, java.lang.reflect.Type aType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>[]
getActualTypeArguments()
-
Methods inherited from class org.yaml.snakeyaml.introspector.Property
compareTo, equals, get, getAnnotation, getAnnotations, getName, getType, hashCode, isReadable, isWritable, set, toString
-
-
-
-
Method Detail
-
getActualTypeArguments
public java.lang.Class<?>[] getActualTypeArguments()
- Specified by:
getActualTypeArguments
in classProperty
-
-