Class AbstractDecoratorInjectionTarget.AbstractDecoratorInjectableConstructor<T>

    • Constructor Detail

      • AbstractDecoratorInjectableConstructor

        public AbstractDecoratorInjectableConstructor​(Constructor<T> parentConstructor,
                                                      Constructor<T> cons,
                                                      jakarta.enterprise.inject.spi.InjectionTarget<T> owner,
                                                      CreationalContextImpl<T> creationalContext)
    • Method Detail

      • getInjectionPoints

        protected List<jakarta.enterprise.inject.spi.InjectionPoint> getInjectionPoints​(Member member)
        Description copied from class: AbstractInjectable
        Returns injection points related with given member type of the bean.
        Overrides:
        getInjectionPoints in class AbstractInjectable<T>
        Parameters:
        member - java member
        Returns:
        injection points related with given member type