public class JsonLateBindingValue extends java.lang.Object implements ILateBindingValue
| Constructor and Description |
|---|
JsonLateBindingValue(JsonProvider jsonProvider,
Parameter jsonParameter) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public JsonLateBindingValue(JsonProvider jsonProvider, Parameter jsonParameter)
public java.lang.Object get()
get in interface ILateBindingValue