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 SummaryFields Modifier and Type Field Description private TypecomponentType
 - 
Constructor SummaryConstructors Constructor Description GenericArrayTypeImpl(Type componentType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)TypegetGenericComponentType()inthashCode()StringtoString()- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.reflect.TypegetTypeName
 
- 
 
- 
- 
- 
Field Detail- 
componentTypeprivate final Type componentType 
 
- 
 - 
Constructor Detail- 
GenericArrayTypeImplpublic GenericArrayTypeImpl(Type componentType) 
 
- 
 - 
Method Detail- 
getGenericComponentTypepublic Type getGenericComponentType() - Specified by:
- getGenericComponentTypein interface- GenericArrayType
 
 
- 
 
-