public class VariableConstructionInterceptor<T,U> extends Object implements ConstructionInterceptor<T,U>
| Constructor and Description |
|---|
VariableConstructionInterceptor(String variableName,
ValueType valueType,
ValueConverter<T,U> valueConverter) |
| Modifier and Type | Method and Description |
|---|---|
Ordering |
interceptOrderingConstruction(Ordering ordering)
Hook to modify a new ordering right after its construction.
|
Predicate |
interceptPredicateConstruction(Predicate predicate)
Hook to modify a new predicate right after its construction.
|
U |
interceptReferenceValueConstruction(T value)
Hook to modify a reference value before it is used for predicate construction.
|
public VariableConstructionInterceptor(String variableName, ValueType valueType, ValueConverter<T,U> valueConverter)
public U interceptReferenceValueConstruction(T value)
ConstructionInterceptorHook to modify a reference value before it is used for predicate construction.
interceptReferenceValueConstruction in interface ConstructionInterceptor<T,U>value - the reference value to be modifiedpublic Predicate interceptPredicateConstruction(Predicate predicate)
ConstructionInterceptorHook to modify a new predicate right after its construction.
interceptPredicateConstruction in interface ConstructionInterceptor<T,U>predicate - the predicate which was just constructedpublic Ordering interceptOrderingConstruction(Ordering ordering)
ConstructionInterceptorHook to modify a new ordering right after its construction.
interceptOrderingConstruction in interface ConstructionInterceptor<T,U>ordering - the ordering which was just constructedCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.