Uses of Interface
io.helidon.inject.api.ServiceInfo
Packages that use ServiceInfo
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 in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type ServiceInfoModifier and TypeClassDescriptionstatic classServiceInfo.BuilderBase<BUILDER extends ServiceInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ServiceInfo> Fluent API builder base forServiceInfo.Classes in io.helidon.inject.api that implement ServiceInfoModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return ServiceInfoModifier and TypeMethodDescriptionServiceInfo.Builder.build()ServiceInfo.Builder.buildPrototype()static ServiceInfoServiceInfo.create()Create a new instance with default values.ServiceProvider.serviceInfo()The meta information that describes the service.Methods in io.helidon.inject.api with parameters of type ServiceInfoModifier and TypeMethodDescriptionstatic ServiceInfo.BuilderServiceInfo.builder(ServiceInfo instance) Create a new fluent API builder from an existing instance.ServiceInfo.BuilderBase.from(ServiceInfo prototype) Update this builder from an existing prototype instance.