Class JsonLateBindingValue
- java.lang.Object
-
- com.jayway.jsonpath.internal.function.latebinding.JsonLateBindingValue
-
- All Implemented Interfaces:
ILateBindingValue
public class JsonLateBindingValue extends java.lang.Object implements ILateBindingValue
Defines the JSON document Late binding approach to function arguments.
-
-
Constructor Summary
Constructors Constructor Description JsonLateBindingValue(JsonProvider jsonProvider, Parameter jsonParameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget()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.
-
-
-
Constructor Detail
-
JsonLateBindingValue
public JsonLateBindingValue(JsonProvider jsonProvider, Parameter jsonParameter)
-
-
Method Detail
-
get
public java.lang.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:
getin interfaceILateBindingValue- Returns:
- the late value
-
-