Modifier and Type | Method and Description |
---|---|
public XClass | getClassOrElementClass()
The type of this property's elements for arrays, the type of the property itself for everything else. |
public Class | |
public XClass | getElementClass()
This property's type for simple properties, the type of its elements for arrays and collections. |
public XClass | |
public int | |
public String | |
public XClass | |
public Object | |
public boolean | |
public boolean | |
public boolean | |
public void |
getClassOrElementClass | back to summary |
---|---|
public XClass getClassOrElementClass() The type of this property's elements for arrays, the type of the property itself for everything else. |
getCollectionClass | back to summary |
---|---|
public Class The collection class for collections, null for others. |
getElementClass | back to summary |
---|---|
public XClass getElementClass() This property's type for simple properties, the type of its elements for arrays and collections. |
getMapKey | back to summary |
---|---|
public XClass getMapKey() The type of this map's key, or null for anything that is not a map. |
getModifiers | back to summary |
---|---|
public int getModifiers() Same modifiers as java.lang.Member#getModifiers() |
getName | back to summary |
---|---|
public String getName() |
getType | back to summary |
---|---|
public XClass getType() This property's XClass. |
invoke | back to summary |
---|---|
public Object invoke(Object target, Object... parameters) |
isArray | back to summary |
---|---|
public boolean isArray() |
isCollection | back to summary |
---|---|
public boolean isCollection() |
isTypeResolved | back to summary |
---|---|
public boolean isTypeResolved() |
setAccessible | back to summary |
---|---|
public void setAccessible(boolean accessible) |