Package org.apache.webbeans.config
Class OwbGenericArrayTypeImpl
- java.lang.Object
-
- org.apache.webbeans.config.OwbGenericArrayTypeImpl
-
- All Implemented Interfaces:
GenericArrayType,Type
public class OwbGenericArrayTypeImpl extends Object implements GenericArrayType
-
-
Constructor Summary
Constructors Constructor Description OwbGenericArrayTypeImpl(Type componentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)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
-
OwbGenericArrayTypeImpl
public OwbGenericArrayTypeImpl(Type componentType)
-
-
Method Detail
-
getGenericComponentType
public Type getGenericComponentType()
- Specified by:
getGenericComponentTypein interfaceGenericArrayType
-
-