Module org.glassfish.hk2.utilities
Class GenericArrayTypeImpl
java.lang.Object
org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
- All Implemented Interfaces:
GenericArrayType,Type
An implementation of GenericArrayType for those times we need to create
this on the fly
- Author:
- jwells
-
Constructor Summary
ConstructorsConstructorDescriptionGenericArrayTypeImpl(Type gct) Creates the GenericArrayType with the given array type -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.Type
getTypeName
-
Constructor Details
-
GenericArrayTypeImpl
Creates the GenericArrayType with the given array type- Parameters:
gct- the non-null type for this GenericArrayType
-
-
Method Details
-
getGenericComponentType
- Specified by:
getGenericComponentTypein interfaceGenericArrayType
-
hashCode
public int hashCode() -
equals
-
toString
-