Class JsonLateBindingValue

java.lang.Object
com.jayway.jsonpath.internal.function.latebinding.JsonLateBindingValue
All Implemented Interfaces:
ILateBindingValue

public class JsonLateBindingValue extends Object implements ILateBindingValue
Defines the JSON document Late binding approach to function arguments.
  • Constructor Details

    • JsonLateBindingValue

      public JsonLateBindingValue(JsonProvider jsonProvider, Parameter jsonParameter)
  • Method Details

    • get

      public Object get()
      Evaluate the JSON document at the point of need using the JSON parameter and associated document model which may itself originate from yet another function thus recursively invoking late binding methods.
      Specified by:
      get in interface ILateBindingValue
      Returns:
      the late value