public interface ConstructionInterceptor
Modifier and Type | Field and Description |
---|---|
static ConstructionInterceptor |
NO_OP
A no-operation implementation which does not intercept construction.
|
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.
|
Object |
interceptReferenceValueConstruction(Object value)
Hook to modify a reference value before it is used for predicate construction.
|
static final ConstructionInterceptor NO_OP
Object interceptReferenceValueConstruction(Object value)
value
- the reference value to be modifiedPredicate interceptPredicateConstruction(Predicate predicate)
predicate
- the predicate which was just constructedCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.