Class ExtractorService

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

public class ExtractorService extends Object
Service that supports the ExtractorConfiguration.
Since:
3.0
Author:
Gunnar Hillert
  • Constructor Details

  • Method Details

    • resolve

      public <T, E> com.tangosol.util.ValueExtractor<T,E> resolve(Collection<Annotation> annotations)
      Resolve a ValueExtractor implementation from the specified qualifiers.
      Type Parameters:
      T - the type that the ValueExtractor can extract from
      E - the type that the ValueExtractor extracts
      Parameters:
      annotations - the qualifiers to use to create the ValueExtractor
      Returns:
      a ValueExtractor implementation created from the specified qualifiers.