Package com.google.inject.internal
Class MoreTypes.ParameterizedTypeImpl
java.lang.Object
com.google.inject.internal.MoreTypes.ParameterizedTypeImpl
- All Implemented Interfaces:
MoreTypes.CompositeType
,Serializable
,ParameterizedType
,Type
- Enclosing class:
- MoreTypes
public static class MoreTypes.ParameterizedTypeImpl
extends Object
implements ParameterizedType, Serializable, MoreTypes.CompositeType
- See Also:
-
Field Details
-
ownerType
-
rawType
-
typeArguments
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ParameterizedTypeImpl
-
-
Method Details
-
getActualTypeArguments
- Specified by:
getActualTypeArguments
in interfaceParameterizedType
-
getRawType
- Specified by:
getRawType
in interfaceParameterizedType
-
getOwnerType
- Specified by:
getOwnerType
in interfaceParameterizedType
-
isFullySpecified
public boolean isFullySpecified()Description copied from interface:MoreTypes.CompositeType
Returns true if there are no type variables in this type.- Specified by:
isFullySpecified
in interfaceMoreTypes.CompositeType
-
equals
-
hashCode
public int hashCode() -
toString
-
ensureOwnerType
-