Uses of Class
org.apache.johnzon.mapper.reflection.JohnzonCollectionType
- 
Packages that use JohnzonCollectionType Package Description org.apache.johnzon.mapper org.apache.johnzon.mapper.reflection 
- 
- 
Uses of JohnzonCollectionType in org.apache.johnzon.mapperMethods in org.apache.johnzon.mapper with parameters of type JohnzonCollectionType Modifier and Type Method Description <T> TMapper. readJohnzonCollection(java.io.InputStream stream, JohnzonCollectionType<T> genericType)<T> TMapper. readJohnzonCollection(java.io.Reader stream, JohnzonCollectionType<T> genericType)
- 
Uses of JohnzonCollectionType in org.apache.johnzon.mapper.reflectionSubclasses of JohnzonCollectionType in org.apache.johnzon.mapper.reflection Modifier and Type Class Description classJohnzonListType<A>
 
-