Uses of Class
io.helidon.inject.api.ServiceInfoCriteria.Builder
Packages that use ServiceInfoCriteria.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.
-
Uses of ServiceInfoCriteria.Builder in io.helidon.inject.api
Methods in io.helidon.inject.api that return ServiceInfoCriteria.BuilderModifier and TypeMethodDescriptionstatic ServiceInfoCriteria.BuilderServiceInfoCriteria.builder()Create a new fluent API builder to customize configuration.static ServiceInfoCriteria.BuilderServiceInfoCriteria.builder(ServiceInfoCriteria instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.inject.api with type arguments of type ServiceInfoCriteria.BuilderModifier and TypeMethodDescriptionDependencyInfo.BuilderBase.dependencyTo(Consumer<ServiceInfoCriteria.Builder> consumer) The service info describing what the injection point dependencies are dependent upon.InjectionPointInfo.BuilderBase.dependencyToServiceInfo(Consumer<ServiceInfoCriteria.Builder> consumer) The service info criteria/dependency this is dependent upon.ContextualServiceQuery.BuilderBase.serviceInfoCriteria(Consumer<ServiceInfoCriteria.Builder> consumer) The criteria to use for the lookup intoServices.