Class ArrayIndexOperation
- java.lang.Object
-
- com.jayway.jsonpath.internal.path.ArrayIndexOperation
-
public class ArrayIndexOperation extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Integer>indexes()booleanisSingleIndexOperation()static ArrayIndexOperationparse(java.lang.String operation)java.lang.StringtoString()
-
-
-
Method Detail
-
indexes
public java.util.List<java.lang.Integer> indexes()
-
isSingleIndexOperation
public boolean isSingleIndexOperation()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
parse
public static ArrayIndexOperation parse(java.lang.String operation)
-
-