Package com.gengoai.reflection
Class TypeUtils.ParameterizedTypeImpl
- java.lang.Object
-
- com.gengoai.reflection.TypeUtils.ParameterizedTypeImpl
-
- All Implemented Interfaces:
Serializable
,ParameterizedType
,Type
- Enclosing class:
- TypeUtils
public static class TypeUtils.ParameterizedTypeImpl extends Object implements ParameterizedType, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Type[]
getActualTypeArguments()
Type
getOwnerType()
Type
getRawType()
int
hashCode()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
-
-
-
Method Detail
-
getActualTypeArguments
public Type[] getActualTypeArguments()
- Specified by:
getActualTypeArguments
in interfaceParameterizedType
-
getOwnerType
public Type getOwnerType()
- Specified by:
getOwnerType
in interfaceParameterizedType
-
getRawType
public Type getRawType()
- Specified by:
getRawType
in interfaceParameterizedType
-
-