Uses of Interface
build.codemodel.dependency.injection.InjectionPoint
-
Uses of InjectionPoint in build.codemodel.dependency.injection
Classes in build.codemodel.dependency.injection that implement InjectionPointModifier and TypeClassDescriptionclassAnInjectionPointfor aConstructorDescriptor.classAnInjectionPointfor aFieldDescriptor.classAnInjectionPointfor aMethod.Methods in build.codemodel.dependency.injection that return InjectionPointModifier and TypeMethodDescriptionDependencyEdge.injectionPoint()Returns the value of theinjectionPointrecord component.InjectionFailedException.injectionPoint()Obtains theInjectionPointthat failed.InjectionPointDependency.injectionPoint()Obtains theInjectionPointfor which theDependencywas established.Methods in build.codemodel.dependency.injection that return types with arguments of type InjectionPointModifier and TypeMethodDescriptionInjectableDescriptor.injectionPoints()Obtains theInjectionPoints defined for theJDKTypeDescriptor.Methods in build.codemodel.dependency.injection with parameters of type InjectionPointModifier and TypeMethodDescriptionstatic InjectionPointDependencyInjectionPointDependency.of(InjectionPoint injectionPoint, Dependency dependency) Creates aInjectionPointDependency.Method parameters in build.codemodel.dependency.injection with type arguments of type InjectionPointModifier and TypeMethodDescriptionstatic InjectableDescriptorInjectableDescriptor.of(build.codemodel.jdk.descriptor.JDKTypeDescriptor typeDescriptor, Stream<InjectionPoint> injectionPoints, Stream<build.codemodel.objectoriented.descriptor.MethodDescriptor> postInjectionMethods, Stream<build.codemodel.objectoriented.descriptor.MethodDescriptor> preDestroyMethods) Creates a newInjectableDescriptorfor the specifiedJDKTypeDescriptor.Constructors in build.codemodel.dependency.injection with parameters of type InjectionPointModifierConstructorDescriptionDependencyEdge(InjectionPoint injectionPoint, Dependency dependency) Creates an instance of aDependencyEdgerecord class.protectedInjectionFailedException(InjectionPoint injectionPoint) Constructs aInjectionFailedException.InjectionFailedException(InjectionPoint injectionPoint, String message) Constructs anInjectionFailedExceptionwith a specific message.InjectionFailedException(InjectionPoint injectionPoint, String message, Throwable cause) Constructs anInjectionFailedExceptioncaused by a specificThrowablewith a provided message.InjectionFailedException(InjectionPoint injectionPoint, Throwable cause) Constructs anInjectionFailedExceptioncaused by a specificThrowable.