Class ArrayValue

    • Constructor Detail

      • ArrayValue

        public ArrayValue​(List<Value> value)
        Parameters:
        value - List of values
      • ArrayValue

        public ArrayValue​(JsonPathValue pathValue)
        Parameters:
        pathValue - A json path that will get evaluated to an array
      • ArrayValue

        public ArrayValue​(JsonPointerValue pointerValue)
        Parameters:
        pointerValue - A json pointer that will get evaluated to an array
      • ArrayValue

        public ArrayValue​(FunctionValue function)
        Parameters:
        function - A function that evaluates to an array