|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.slim3.commons.beanutil.ParameterizedClassDesc
public final class ParameterizedClassDesc
This class describes a parameterized class.
| Method Summary | |
|---|---|
static ParameterizedClassDesc |
create(Type type)
Creates a parameterized class descriptor. |
ParameterizedClassDesc[] |
getArguments()
Returns the ParameterizedClassDesc objects. |
Class<?> |
getElementClassOfCollection()
Returns the element class of collection. |
Class<?> |
getKeyClassOfMap()
Returns the key class of map. |
Class<?> |
getRawClass()
Returns the raw class. |
Class<?> |
getValueClassOfMap()
Returns the value class of map. |
boolean |
isParameterized()
Determines if the property is parameterized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ParameterizedClassDesc create(Type type)
type - the type
public boolean isParameterized()
public Class<?> getRawClass()
public ParameterizedClassDesc[] getArguments()
ParameterizedClassDesc objects.
ParameterizedClassDesc objectspublic Class<?> getElementClassOfCollection()
public Class<?> getKeyClassOfMap()
public Class<?> getValueClassOfMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||