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 TypeMethodDescriptionvoidadd(Object value, Configuration configuration) voidconvert(MapFunction mapFunction, Configuration configuration) voiddelete(Configuration configuration) voidput(String key, Object value, 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
-
property
-
-
Constructor Details
-
ObjectPropertyPathRef
-
-
Method Details
-
set
-
convert
-
delete
-
add
-
put
-
renameKey
-
getAccessor
- Specified by:
getAccessorin classPathRef
-