public abstract class GenericProperty extends Property
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<?>[] |
actualClasses |
private boolean |
actualClassesChecked |
private java.lang.reflect.Type |
genType |
| Constructor and Description |
|---|
GenericProperty(java.lang.String name,
java.lang.Class<?> aClass,
java.lang.reflect.Type aType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?>[] |
getActualTypeArguments() |
compareTo, equals, get, getAnnotation, getAnnotations, getName, getType, hashCode, isReadable, isWritable, set, toStringprivate java.lang.reflect.Type genType
private boolean actualClassesChecked
private java.lang.Class<?>[] actualClasses
public GenericProperty(java.lang.String name,
java.lang.Class<?> aClass,
java.lang.reflect.Type aType)
public java.lang.Class<?>[] getActualTypeArguments()
getActualTypeArguments in class Property