Class ExtractorProducer

    • Method Detail

      • getValueExtractor

        @Produces
        public <T,​E> ValueExtractor<T,​E> getValueExtractor​(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
        Create an instance of a ValueExtractor based on injection point metadata.
        Type Parameters:
        T - the type of object to extract the value from
        E - the type of extracted value
        Parameters:
        injectionPoint - the injection point to create an extractor for
        Returns:
        an instance of a ValueExtractor