Uses of Class
com.jayway.jsonpath.internal.path.ArraySliceOperation
-
Packages that use ArraySliceOperation Package Description com.jayway.jsonpath.internal.path -
-
Uses of ArraySliceOperation in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path declared as ArraySliceOperation Modifier and Type Field Description private ArraySliceOperation
ArrayPathToken. arraySliceOperation
Methods in com.jayway.jsonpath.internal.path that return ArraySliceOperation Modifier and Type Method Description static ArraySliceOperation
ArraySliceOperation. parse(java.lang.String operation)
Methods in com.jayway.jsonpath.internal.path with parameters of type ArraySliceOperation Modifier and Type Method Description static PathToken
PathTokenFactory. createSliceArrayPathToken(ArraySliceOperation arraySliceOperation)
void
ArrayPathToken. sliceBetween(ArraySliceOperation operation, java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContextImpl ctx)
void
ArrayPathToken. sliceFrom(ArraySliceOperation operation, java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContextImpl ctx)
void
ArrayPathToken. sliceTo(ArraySliceOperation operation, java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContextImpl ctx)
Constructors in com.jayway.jsonpath.internal.path with parameters of type ArraySliceOperation Constructor Description ArrayPathToken(ArraySliceOperation arraySliceOperation)
-