Class ForwardingInjectionPoint

    • Constructor Detail

      • ForwardingInjectionPoint

        public ForwardingInjectionPoint()
    • Method Detail

      • delegate

        protected abstract jakarta.enterprise.inject.spi.InjectionPoint delegate()
      • getAnnotated

        public jakarta.enterprise.inject.spi.Annotated getAnnotated()
        Specified by:
        getAnnotated in interface jakarta.enterprise.inject.spi.InjectionPoint
      • getType

        public Type getType()
        Specified by:
        getType in interface jakarta.enterprise.inject.spi.InjectionPoint
      • getQualifiers

        public Set<Annotation> getQualifiers()
        Specified by:
        getQualifiers in interface jakarta.enterprise.inject.spi.InjectionPoint
      • getBean

        public jakarta.enterprise.inject.spi.Bean<?> getBean()
        Specified by:
        getBean in interface jakarta.enterprise.inject.spi.InjectionPoint
      • getMember

        public Member getMember()
        Specified by:
        getMember in interface jakarta.enterprise.inject.spi.InjectionPoint
      • isDelegate

        public boolean isDelegate()
        Specified by:
        isDelegate in interface jakarta.enterprise.inject.spi.InjectionPoint
      • isTransient

        public boolean isTransient()
        Specified by:
        isTransient in interface jakarta.enterprise.inject.spi.InjectionPoint
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object