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

Packages that use JsonModel.ObjectOps
com.jayway.jsonpath   
 

Uses of JsonModel.ObjectOps in com.jayway.jsonpath
 

Methods in com.jayway.jsonpath that return JsonModel.ObjectOps
 JsonModel.ObjectOps JsonModel.opsForObject()
          Gets an JsonModel.ObjectOps for this JsonModel.
 JsonModel.ObjectOps JsonModel.opsForObject(JsonPath jsonPath)
          Gets an JsonModel.ObjectOps for the object inside this JsonModel identified by the given JsonPath.
 JsonModel.ObjectOps JsonModel.opsForObject(String jsonPath)
          Gets an JsonModel.ObjectOps for the object inside this JsonModel identified by the given JsonPath.
 JsonModel.ObjectOps JsonModel.ObjectOps.put(String key, Object value)
           
 JsonModel.ObjectOps JsonModel.ObjectOps.putAll(Map<String,Object> map)
           
 JsonModel.ObjectOps JsonModel.ObjectOps.putIfAbsent(String key, Object value)
          Adds the value to the target map if it is not already present
 JsonModel.ObjectOps JsonModel.ObjectOps.remove(String key)
           
 JsonModel.ObjectOps JsonModel.ObjectOps.transform(Transformer<Map<String,Object>> transformer)
          Allows transformations of the target object.
 



Copyright © 2011-2012. All Rights Reserved.