Package com.jayway.jsonpath.internal
Class PathRef.ArrayIndexPathRef
java.lang.Object
com.jayway.jsonpath.internal.PathRef
com.jayway.jsonpath.internal.PathRef.ArrayIndexPathRef
- All Implemented Interfaces:
Comparable<PathRef>
- Enclosing class:
PathRef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Object value, Configuration configuration) int
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
create, create, create, createRoot, renameInMap, targetInvalid
-
Field Details
-
index
private int index
-
-
Constructor Details
-
ArrayIndexPathRef
-
-
Method Details
-
set
-
convert
-
delete
-
add
-
put
-
renameKey
-
getAccessor
- Specified by:
getAccessor
in classPathRef
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PathRef>
- Overrides:
compareTo
in classPathRef
-