Package org.apache.johnzon.jsonb.reflect
Class GenericArrayTypeImpl
- java.lang.Object
-
- org.apache.johnzon.jsonb.reflect.GenericArrayTypeImpl
-
- All Implemented Interfaces:
GenericArrayType
,Type
public class GenericArrayTypeImpl extends Object implements GenericArrayType
-
-
Field Summary
Fields Modifier and Type Field Description private Type
componentType
-
Constructor Summary
Constructors Constructor Description GenericArrayTypeImpl(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
-
-
-
-
Field Detail
-
componentType
private final Type componentType
-
-
Constructor Detail
-
GenericArrayTypeImpl
public GenericArrayTypeImpl(Type componentType)
-
-
Method Detail
-
getGenericComponentType
public Type getGenericComponentType()
- Specified by:
getGenericComponentType
in interfaceGenericArrayType
-
-