Class First
java.lang.Object
com.jayway.jsonpath.internal.function.sequence.AbstractSequenceAggregation
com.jayway.jsonpath.internal.function.sequence.First
- All Implemented Interfaces:
PathFunction
Take the first item from collection of JSONArray
Created by git9527 on 6/11/22.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected inttargetIndex(EvaluationContext ctx, List<Parameter> parameters) Methods inherited from class com.jayway.jsonpath.internal.function.sequence.AbstractSequenceAggregation
getIndexFromParameters, invoke
-
Constructor Details
-
First
public First()
-
-
Method Details
-
targetIndex
- Specified by:
targetIndexin classAbstractSequenceAggregation
-