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 TypecomponentType
-
Constructor Summary
Constructors Constructor Description GenericArrayTypeImpl(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
-
-
-
-
Field Detail
-
componentType
private final Type componentType
-
-
Constructor Detail
-
GenericArrayTypeImpl
public GenericArrayTypeImpl(Type componentType)
-
-
Method Detail
-
getGenericComponentType
public Type getGenericComponentType()
- Specified by:
getGenericComponentTypein interfaceGenericArrayType
-
-