public class NoOpConstructionInterceptor<T> extends Object implements ConstructionInterceptor<T,T>
Constructor and Description |
---|
NoOpConstructionInterceptor() |
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.
|
T |
interceptReferenceValueConstruction(T value)
Hook to modify a reference value before it is used for predicate construction.
|
public T interceptReferenceValueConstruction(T value)
ConstructionInterceptor
Hook to modify a reference value before it is used for predicate construction.
interceptReferenceValueConstruction
in interface ConstructionInterceptor<T,T>
value
- the reference value to be modifiedpublic Predicate interceptPredicateConstruction(Predicate predicate)
ConstructionInterceptor
Hook to modify a new predicate right after its construction.
interceptPredicateConstruction
in interface ConstructionInterceptor<T,T>
predicate
- the predicate which was just constructedpublic Ordering interceptOrderingConstruction(Ordering ordering)
ConstructionInterceptor
Hook to modify a new ordering right after its construction.
interceptOrderingConstruction
in interface ConstructionInterceptor<T,T>
ordering
- the ordering which was just constructedCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.