Uses of Class
io.helidon.inject.api.InjectionPointInfo.Builder
Packages that use InjectionPointInfo.Builder
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Injection SPI.
-
Uses of InjectionPointInfo.Builder in io.helidon.inject.api
Methods in io.helidon.inject.api that return InjectionPointInfo.BuilderModifier and TypeMethodDescriptionstatic InjectionPointInfo.BuilderInjectionPointInfo.builder()Create a new fluent API builder to customize configuration.static InjectionPointInfo.BuilderInjectionPointInfo.builder(InjectionPointInfo instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.inject.api with type arguments of type InjectionPointInfo.BuilderModifier and TypeMethodDescriptionDependencyInfo.BuilderBase.addInjectionPointDependency(Consumer<InjectionPointInfo.Builder> consumer) The set of injection points that depends uponDependencyInfo.BuilderBase.dependencyTo().ActivationLogEntry.BuilderBase.injectionPoint(Consumer<InjectionPointInfo.Builder> consumer) Optionally, the injection point that the event pertains to.ActivationRequest.BuilderBase.injectionPoint(Consumer<InjectionPointInfo.Builder> consumer) Optionally, the injection point context information.ContextualServiceQuery.BuilderBase.injectionPointInfo(Consumer<InjectionPointInfo.Builder> consumer) Optionally, the injection point context this search applies to. -
Uses of InjectionPointInfo.Builder in io.helidon.inject.spi
Method parameters in io.helidon.inject.spi with type arguments of type InjectionPointInfo.BuilderModifier and TypeMethodDescriptionInjectionPlan.BuilderBase.injectionPointInfo(Consumer<InjectionPointInfo.Builder> consumer) The injection point info for this element, which will also include its identity information.