Class GenericArrayTypeImpl
- java.lang.Object
-
- org.glassfish.jersey.inject.weld.internal.type.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:
- John Wells (john.wells at oracle.com)
-
-
Constructor Summary
Constructors Constructor Description GenericArrayTypeImpl(Type gct)Creates the GenericArrayType with the given array type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TypegetGenericComponentType()inthashCode()StringtoString()-
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 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:
getGenericComponentTypein interfaceGenericArrayType
-
-