Package com.google.inject.internal
Class MoreTypes.ParameterizedTypeImpl
- java.lang.Object
-
- com.google.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- All Implemented Interfaces:
Serializable,ParameterizedType,Type
- Enclosing class:
- MoreTypes
public static class MoreTypes.ParameterizedTypeImpl extends Object implements ParameterizedType, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterizedTypeImpl(Type ownerType, Type rawType, Type... typeArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Type[]getActualTypeArguments()TypegetOwnerType()TypegetRawType()inthashCode()booleanisFullySpecified()StringtoString()-
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:
getActualTypeArgumentsin interfaceParameterizedType
-
getRawType
public Type getRawType()
- Specified by:
getRawTypein interfaceParameterizedType
-
getOwnerType
public Type getOwnerType()
- Specified by:
getOwnerTypein interfaceParameterizedType
-
isFullySpecified
public boolean isFullySpecified()
-
-