- All Superinterfaces:
InjectionPlan
The injection plan for a given service provider and element belonging to that service provider. This plan can be created during
compile-time, and then just loaded from the
Application during Pico bootstrap initialization, or it
can be produced during the same startup processing sequence if the Application was not found, or if it was not permitted to be
loaded.-
Method Summary
Modifier and TypeMethodDescriptionList<?>The list of services/providers that are unqualified to satisfy the given injection point but were considered.Methods inherited from interface io.helidon.pico.spi.InjectionPlan
injectionPointInfo, injectionPointQualifiedServiceProviders, resolved, serviceProvider, wasResolved
-
Method Details
-
unqualifiedProviders
List<?> unqualifiedProviders()The list of services/providers that are unqualified to satisfy the given injection point but were considered.- Returns:
- the unqualified services/providers for this injection point
-