Module org.apache.johnzon.mapper
Class JohnzonListType<A>
- java.lang.Object
- 
- org.apache.johnzon.mapper.reflection.JohnzonParameterizedType
- 
- org.apache.johnzon.mapper.reflection.JohnzonCollectionType<java.util.List<A>>
- 
- org.apache.johnzon.mapper.reflection.JohnzonListType<A>
 
 
 
- 
- All Implemented Interfaces:
- java.lang.reflect.ParameterizedType,- java.lang.reflect.Type
 
 public abstract class JohnzonListType<A> extends JohnzonCollectionType<java.util.List<A>> 
- 
- 
Constructor SummaryConstructors Constructor Description JohnzonListType()
 - 
Method Summary- 
Methods inherited from class org.apache.johnzon.mapper.reflection.JohnzonParameterizedTypeequals, getActualTypeArguments, getOwnerType, getRawType, hashCode, toString
 
- 
 
-