Uses of Class
io.helidon.inject.api.ServiceInfo.Builder
Packages that use ServiceInfo.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 ServiceInfo.Builder in io.helidon.inject.api
Methods in io.helidon.inject.api that return ServiceInfo.BuilderModifier and TypeMethodDescriptionstatic ServiceInfo.BuilderServiceInfo.builder()Create a new fluent API builder to customize configuration.static ServiceInfo.BuilderServiceInfo.builder(ServiceInfo instance) Create a new fluent API builder from an existing instance.static ServiceInfo.BuilderServiceInfo.builder(ServiceInfoBasics prototype) Create a builder of service info from its basics counterpart.