Class PathRef.ObjectMultiPropertyPathRef
java.lang.Object
com.jayway.jsonpath.internal.PathRef
com.jayway.jsonpath.internal.PathRef.ObjectMultiPropertyPathRef
- All Implemented Interfaces:
Comparable<PathRef>
- Enclosing class:
PathRef
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateObjectMultiPropertyPathRef(Object parent, Collection<String> properties) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Object newVal, Configuration configuration) voidconvert(MapFunction mapFunction, Configuration configuration) voiddelete(Configuration configuration) voidput(String key, Object newVal, Configuration configuration) voidrenameKey(String oldKeyName, String newKeyName, Configuration configuration) voidset(Object newVal, Configuration configuration) Methods inherited from class PathRef
compareTo, create, create, create, createRoot, renameInMap, targetInvalid
-
Field Details
-
properties
-
-
Constructor Details
-
ObjectMultiPropertyPathRef
-
-
Method Details
-
set
-
convert
-
delete
-
add
-
put
-
renameKey
-
getAccessor
- Specified by:
getAccessorin classPathRef
-