@Factory
public class FilterFactories
extends java.lang.Object
Filter
instances.Modifier and Type | Method and Description |
---|---|
<T> com.tangosol.util.Filter<T> |
resolve(java.util.Set<java.lang.annotation.Annotation> annotations)
Resolve a
Filter implementation from the specified qualifiers. |
public <T> com.tangosol.util.Filter<T> resolve(java.util.Set<java.lang.annotation.Annotation> annotations)
Filter
implementation from the specified qualifiers.T
- the type that the Filter
can filterannotations
- the qualifiers to use to create the Filter
Filter
implementation created from the specified qualifiers.