Class ExtractorFactories


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T,​E>
      com.tangosol.util.ValueExtractor<T,​E>
      resolve​(java.util.Set<java.lang.annotation.Annotation> annotations)
      Resolve a ValueExtractor 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

      • resolve

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