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