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 Summary
Constructors Constructor Description JohnzonListType()
-
Method Summary
-
Methods inherited from class org.apache.johnzon.mapper.reflection.JohnzonParameterizedType
equals, getActualTypeArguments, getOwnerType, getRawType, hashCode, toString
-
-