Class JsonLateBindingValue
java.lang.Object
com.jayway.jsonpath.internal.function.latebinding.JsonLateBindingValue
- All Implemented Interfaces:
ILateBindingValue
Defines the JSON document Late binding approach to function arguments.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonLateBindingValue
-
-
Method Details
-
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
-