Class FilterService


  • public class FilterService
    extends Object
    Spring Configuration for defining Filter beans.
    Since:
    3.0
    Author:
    Gunnar Hillert
    • Method Detail

      • getFilter

        public com.tangosol.util.Filter<?> getFilter​(InjectionPoint injectionPoint)
      • resolve

        public <T> com.tangosol.util.Filter<T> resolve​(Set<Annotation> annotations)
        Resolve a Filter implementation from the specified qualifiers.
        Type Parameters:
        T - the type that the Filter can filter
        Parameters:
        annotations - the qualifiers to use to create the Filter
        Returns:
        a Filter implementation created from the specified qualifiers.