Class OwbGenericArrayTypeImpl
- java.lang.Object
-
- org.apache.camel.maven.packaging.generics.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 boolean
equals(Object obj)
Type
getGenericComponentType()
int
hashCode()
String
toString()
-
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:
getGenericComponentType
in interfaceGenericArrayType
-
-