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 ArraySliceOperationArrayPathToken. arraySliceOperationMethods in com.jayway.jsonpath.internal.path that return ArraySliceOperation Modifier and Type Method Description static ArraySliceOperationArraySliceOperation. parse(java.lang.String operation)Methods in com.jayway.jsonpath.internal.path with parameters of type ArraySliceOperation Modifier and Type Method Description static PathTokenPathTokenFactory. createSliceArrayPathToken(ArraySliceOperation arraySliceOperation)voidArrayPathToken. sliceBetween(ArraySliceOperation operation, java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContextImpl ctx)voidArrayPathToken. sliceFrom(ArraySliceOperation operation, java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContextImpl ctx)voidArrayPathToken. 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)
-