Class JohnzonCollectionType<TYPE>
- java.lang.Object
- 
- org.apache.johnzon.mapper.reflection.JohnzonParameterizedType
- 
- org.apache.johnzon.mapper.reflection.JohnzonCollectionType<TYPE>
 
 
- 
- All Implemented Interfaces:
- ParameterizedType,- Type
 - Direct Known Subclasses:
- JohnzonListType
 
 public abstract class JohnzonCollectionType<TYPE> extends JohnzonParameterizedType 
- 
- 
Constructor SummaryConstructors Constructor Description JohnzonCollectionType()
 - 
Method Summary- 
Methods inherited from class org.apache.johnzon.mapper.reflection.JohnzonParameterizedTypeequals, getActualTypeArguments, getOwnerType, getRawType, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.reflect.TypegetTypeName
 
- 
 
-