Package io.micronaut.coherence
Class FilterFactories
java.lang.Object
io.micronaut.coherence.FilterFactories
A Micronaut factory for producing
Filter
instances.- Since:
- 1.0
- Author:
- Jonathan Knight
-
Method Summary
Modifier and TypeMethodDescription<T> com.tangosol.util.Filter<T>
resolve
(Set<Annotation> annotations) Resolve aFilter
implementation from the specified qualifiers.
-
Method Details
-
resolve
Resolve aFilter
implementation from the specified qualifiers.- Type Parameters:
T
- the type that theFilter
can filter- Parameters:
annotations
- the qualifiers to use to create theFilter
- Returns:
- a
Filter
implementation created from the specified qualifiers.
-