Class ExtractorService

    • Method Detail

      • 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.