Class ArrayIndexOperation

java.lang.Object
com.jayway.jsonpath.internal.path.ArrayIndexOperation

public class ArrayIndexOperation extends Object
  • Field Details

    • COMMA

      private static final Pattern COMMA
    • indexes

      private final List<Integer> indexes
  • Constructor Details

    • ArrayIndexOperation

      private ArrayIndexOperation(List<Integer> indexes)
  • Method Details