Package com.jayway.jsonpath.internal
Class PathRef.ObjectPropertyPathRef
java.lang.Object
com.jayway.jsonpath.internal.PathRef
com.jayway.jsonpath.internal.PathRef.ObjectPropertyPathRef
- All Implemented Interfaces:
Comparable<PathRef>
- Enclosing class:
PathRef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Object value, Configuration configuration) void
convert
(MapFunction mapFunction, Configuration configuration) void
delete
(Configuration configuration) void
put
(String key, Object value, 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
-
property
-
-
Constructor Details
-
ObjectPropertyPathRef
-
-
Method Details
-
set
-
convert
-
delete
-
add
-
put
-
renameKey
-
getAccessor
- Specified by:
getAccessor
in classPathRef
-