Does the object traversal using the "." operator. Resolved value will be checked if it is either a {@link Processor} or a {@link Callable} in whichcase the final resolved value is computed by calling those executable objects.
Inherit from this adapter if you want a slight change of this behavior and set your new adaptor on the engine {@link Engine#setModelAdaptor(ModelAdaptor)} .
|
|