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 boolean
equals(Object other)
Type[]
getActualTypeArguments()
Type
getOwnerType()
Type
getRawType()
int
hashCode()
boolean
isFullySpecified()
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
-
getRawType
public Type getRawType()
- Specified by:
getRawType
in interfaceParameterizedType
-
getOwnerType
public Type getOwnerType()
- Specified by:
getOwnerType
in interfaceParameterizedType
-
isFullySpecified
public boolean isFullySpecified()
-
-