Class GenericArrayTypeImpl
java.lang.Object
org.glassfish.jersey.inject.cdi.se.GenericArrayTypeImpl
- All Implemented Interfaces:
GenericArrayType
,Type
An implementation of GenericArrayType for those times we need to create this on the fly.
- Author:
- John Wells (john.wells at oracle.com)
-
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, wait
Methods 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:
getGenericComponentType
in interfaceGenericArrayType
-
hashCode
public int hashCode() -
equals
-
toString
-