Uses of Interface
com.jayway.jsonpath.JsonModel.ListMappingModelReader

Packages that use JsonModel.ListMappingModelReader
com.jayway.jsonpath   
 

Uses of JsonModel.ListMappingModelReader in com.jayway.jsonpath
 

Subinterfaces of JsonModel.ListMappingModelReader in com.jayway.jsonpath
static interface JsonModel.MappingModelReader
          Object mapping interface used when for root object that can be either a List or a Map.
 

Methods in com.jayway.jsonpath that return JsonModel.ListMappingModelReader
 JsonModel.ListMappingModelReader JsonModel.ListMappingModelReader.toList()
          Syntactic sugar function to use with of(java.lang.Class)
 JsonModel.ListMappingModelReader JsonModel.ArrayOps.toList()
           
 



Copyright © 2011-2012. All Rights Reserved.