Package com.jayway.jsonpath.internal
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
ConstructorsModifierConstructorDescriptionprivate
ObjectMultiPropertyPathRef
(Object parent, Collection<String> properties) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Object newVal, Configuration configuration) void
convert
(MapFunction mapFunction, Configuration configuration) void
delete
(Configuration configuration) void
put
(String key, Object newVal, Configuration configuration) void
renameKey
(String oldKeyName, String newKeyName, Configuration configuration) void
set
(Object newVal, Configuration configuration) Methods inherited from class com.jayway.jsonpath.internal.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:
getAccessor
in classPathRef
-