Class CurrentInjectionPointProvider.InjectionPointImpl

  • All Implemented Interfaces:
    javax.enterprise.inject.spi.InjectionPoint
    Enclosing class:
    CurrentInjectionPointProvider<T>

    public static class CurrentInjectionPointProvider.InjectionPointImpl
    extends Object
    implements javax.enterprise.inject.spi.InjectionPoint
    • Method Detail

      • getType

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

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

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

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

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

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

        public boolean isTransient()
        Specified by:
        isTransient in interface javax.enterprise.inject.spi.InjectionPoint