Package | Description |
---|---|
com.jayway.jsonpath |
Modifier and Type | Method and Description |
---|---|
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–2014. All rights reserved.