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 ArraySliceOperation
ArrayPathToken.arraySliceOperation
Methods in com.jayway.jsonpath.internal.path that return ArraySliceOperationMethods in com.jayway.jsonpath.internal.path with parameters of type ArraySliceOperationModifier and TypeMethodDescriptionstatic PathToken
PathTokenFactory.createSliceArrayPathToken
(ArraySliceOperation arraySliceOperation) void
ArrayPathToken.sliceBetween
(ArraySliceOperation operation, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) void
ArrayPathToken.sliceFrom
(ArraySliceOperation operation, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) void
ArrayPathToken.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)