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 TypeMethodDescriptionvoidadd(Object newVal, Configuration configuration) voidconvert(MapFunction mapFunction, Configuration configuration) voiddelete(Configuration configuration) (package private) Objectvoidput(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
-
Constructor Details
-
RootPathRef
-
-
Method Details
-
getAccessor
Object getAccessor()- Specified by:
getAccessorin classPathRef
-
set
-
convert
-
delete
-
add
-
put
-
renameKey
-