Class ExtractorFactories

java.lang.Object
io.micronaut.coherence.ExtractorFactories

@Factory public class ExtractorFactories extends Object
A Micronaut factory for producing ValueExtractor instances.
Since:
1.0
Author:
Vaso Putica
  • Method Details

    • resolve

      public <T, E> com.tangosol.util.ValueExtractor<T,E> resolve(Set<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.