|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JsonModel.ListMappingModelReader
Converts a JsonModel to an Collection of Objects
| Method Summary | ||
|---|---|---|
|
of(Class<T> targetClass)
Converts this JsonModel to the a list of objects with the provided class using the configured MappingProvider |
|
JsonModel.ListMappingModelReader |
toList()
Syntactic sugar function to use with of(java.lang.Class |
|
|
toListOf(Class<T> targetClass)
Converts this JsonModel to the a List of objects with the provided class using the configured MappingProvider |
|
|
toSetOf(Class<T> targetClass)
Converts this JsonModel to the a Set of objects with the provided class using the configured MappingProvider |
|
| Method Detail |
|---|
<T> List<T> of(Class<T> targetClass)
MappingProvider
T - template classtargetClass - class to convert the JsonModel array items to
JsonModel.ListMappingModelReader toList()
of(java.lang.Class)
<T> List<T> toListOf(Class<T> targetClass)
List of objects with the provided class using the configured MappingProvider
T - template classtargetClass - class to convert the JsonModel array items to
<T> Set<T> toSetOf(Class<T> targetClass)
Set of objects with the provided class using the configured MappingProvider
T - template classtargetClass - class to convert the JsonModel array items to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||