org.elasticsearch.common.inject.internal
Class MoreTypes.ParameterizedTypeImpl

java.lang.Object
  extended by org.elasticsearch.common.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
MoreTypes.ParameterizedTypeImpl(Type ownerType, Type rawType, Type... typeArguments)
           
 
Method Summary
 boolean equals(Object other)
           
 Type[] getActualTypeArguments()
           
 Type getOwnerType()
           
 Type getRawType()
           
 int hashCode()
           
 boolean isFullySpecified()
          Returns true if there are no type variables in this type.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoreTypes.ParameterizedTypeImpl

public MoreTypes.ParameterizedTypeImpl(Type ownerType,
                                       Type rawType,
                                       Type... typeArguments)
Method Detail

getActualTypeArguments

public Type[] getActualTypeArguments()
Specified by:
getActualTypeArguments in interface ParameterizedType

getRawType

public Type getRawType()
Specified by:
getRawType in interface ParameterizedType

getOwnerType

public Type getOwnerType()
Specified by:
getOwnerType in interface ParameterizedType

isFullySpecified

public boolean isFullySpecified()
Returns true if there are no type variables in this type.


equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012. All Rights Reserved.