Class GenericArrayTypeImpl
- java.lang.Object
-
- org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
-
- All Implemented Interfaces:
GenericArrayType
,Type
public class GenericArrayTypeImpl extends Object implements GenericArrayType
An implementation of GenericArrayType for those times we need to create this on the fly- Author:
- jwells
-
-
Constructor Summary
Constructors Constructor Description GenericArrayTypeImpl(Type gct)
Creates the GenericArrayType with the given array type
-
-
-
Constructor Detail
-
GenericArrayTypeImpl
public GenericArrayTypeImpl(Type gct)
Creates the GenericArrayType with the given array type- Parameters:
gct
- the non-null type for this GenericArrayType
-
-
Method Detail
-
getGenericComponentType
public Type getGenericComponentType()
- Specified by:
getGenericComponentType
in interfaceGenericArrayType
-
-