Class FilterService

java.lang.Object
com.oracle.coherence.spring.configuration.FilterService

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

  • Method Details

    • getFilter

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

      public <T> com.tangosol.util.Filter<T> resolve(Collection<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.