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

Packages that use JsonModel.MappingModelReader
com.jayway.jsonpath   
 

Uses of JsonModel.MappingModelReader in com.jayway.jsonpath
 

Methods in com.jayway.jsonpath that return JsonModel.MappingModelReader
 JsonModel.MappingModelReader JsonModel.map()
          Returns a JsonModel.ObjectMappingModelReader for this JsonModel.
 JsonModel.MappingModelReader JsonModel.map(JsonPath jsonPath)
          Returns a JsonModel.ObjectMappingModelReader for the JsonModel targeted by the provided JsonPath.
 JsonModel.MappingModelReader JsonModel.map(String jsonPath, Filter... filters)
          Returns a JsonModel.ObjectMappingModelReader for the JsonModel targeted by the provided JsonPath.
 



Copyright © 2011-2012. All Rights Reserved.