Class FilterService


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.tangosol.util.Filter<?> getFilter​(InjectionPoint injectionPoint)  
      <T> com.tangosol.util.Filter<T> resolve​(java.util.Set<java.lang.annotation.Annotation> annotations)
      Resolve a Filter implementation from the specified qualifiers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFilter

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

        public <T> com.tangosol.util.Filter<T> resolve​(java.util.Set<java.lang.annotation.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.