IN - the type of the unprocessed source valueOUT - the type of the result, the processed source valuepublic interface PropertyInterceptor<IN,OUT>
PropertyFilter)
In case of a write-property, interceptor gets invoked after every other operation is finished (like filters) but as
last step before property value gets written.
With PropertyContext an Interceptor is given full access to each graph-element which is and will be
processed. Therefore an Interceptor can be used as Converter, as Factory or just to do some other, implicit
processing stuff somewhere within the graph.
| Modifier and Type | Method and Description |
|---|---|
OUT |
intercept(PropertyContext propertyCtx,
IN propertyValue)
Intercepts current property processing.
|
OUT intercept(PropertyContext propertyCtx, IN propertyValue)
propertyCtx - PropertyContextpropertyValue - the unprocessed property valueCopyright © 2018 SAP SE. All Rights Reserved.