Uses of Interface
io.helidon.inject.api.ServiceInfoBasics
Packages that use ServiceInfoBasics
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 ServiceInfoBasics in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type ServiceInfoBasicsModifier and TypeClassDescriptionstatic classServiceInfoBasics.BuilderBase<BUILDER extends ServiceInfoBasics.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ServiceInfoBasics> Fluent API builder base forServiceInfoBasics.Subinterfaces of ServiceInfoBasics in io.helidon.inject.apiModifier and TypeInterfaceDescriptioninterfaceDescribes a managed service or injection point.(package private) interfaceio.helidon.inject.api.ServiceInfoBlueprintDescribes a managed service or injection point.Classes in io.helidon.inject.api that implement ServiceInfoBasicsModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return ServiceInfoBasicsModifier and TypeMethodDescriptionServiceInfoBasics.Builder.build()ServiceInfoBasics.Builder.buildPrototype()static ServiceInfoBasicsServiceInfoBasics.create()Create a new instance with default values.Methods in io.helidon.inject.api with parameters of type ServiceInfoBasicsModifier and TypeMethodDescriptionstatic ServiceInfo.BuilderServiceInfo.builder(ServiceInfoBasics prototype) Create a builder of service info from its basics counterpart.static ServiceInfoBasics.BuilderServiceInfoBasics.builder(ServiceInfoBasics instance) Create a new fluent API builder from an existing instance.ServiceInfoBasics.BuilderBase.from(ServiceInfoBasics prototype) Update this builder from an existing prototype instance.