Uses of Class
com.jayway.jsonpath.internal.path.ArraySliceOperation
Packages that use ArraySliceOperation
-
Uses of ArraySliceOperation in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path declared as ArraySliceOperationModifier and TypeFieldDescriptionprivate final ArraySliceOperationArrayPathToken.arraySliceOperationMethods in com.jayway.jsonpath.internal.path that return ArraySliceOperationMethods in com.jayway.jsonpath.internal.path with parameters of type ArraySliceOperationModifier and TypeMethodDescriptionstatic PathTokenPathTokenFactory.createSliceArrayPathToken(ArraySliceOperation arraySliceOperation) voidArrayPathToken.sliceBetween(ArraySliceOperation operation, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidArrayPathToken.sliceFrom(ArraySliceOperation operation, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidArrayPathToken.sliceTo(ArraySliceOperation operation, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) Constructors in com.jayway.jsonpath.internal.path with parameters of type ArraySliceOperationModifierConstructorDescription(package private)ArrayPathToken(ArraySliceOperation arraySliceOperation)