Interface ConstructorBinding<T>

    • Method Detail

      • getConstructor

        InjectionPoint getConstructor()
        Gets the constructor this binding injects.
      • getInjectableMembers

        java.util.Set<InjectionPoint> getInjectableMembers()
        Returns all instance method and field injection points on type.
        Returns:
        a possibly empty set of injection points. The set has a specified iteration order. All fields are returned and then all methods. Within the fields, supertype fields are returned before subtype fields. Similarly, supertype methods are returned before subtype methods.
      • getMethodInterceptors

        java.util.Map<java.lang.reflect.Method,​java.util.List<org.aopalliance.intercept.MethodInterceptor>> getMethodInterceptors()
        Returns the interceptors applied to each method, in the order that they will be applied.
        Returns:
        a possibly empty map