com.jayway.jsonpath
Interface JsonModel.ListMappingModelReader

All Known Subinterfaces:
JsonModel.MappingModelReader
Enclosing class:
JsonModel

public static interface JsonModel.ListMappingModelReader


Method Summary
<T> List<T>
of(Class<T> targetClass)
           
 JsonModel.ListMappingModelReader toList()
           
<T> List<T>
toListOf(Class<T> targetClass)
           
<T> Set<T>
toSetOf(Class<T> targetClass)
           
 

Method Detail

of

<T> List<T> of(Class<T> targetClass)

toList

JsonModel.ListMappingModelReader toList()

toListOf

<T> List<T> toListOf(Class<T> targetClass)

toSetOf

<T> Set<T> toSetOf(Class<T> targetClass)


Copyright © 2011-2012. All Rights Reserved.