Uses of Class
io.helidon.inject.api.ServiceInfo.BuilderBase
Packages that use ServiceInfo.BuilderBase
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.BuilderBase in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type ServiceInfo.BuilderBaseModifier and TypeClassDescriptionstatic classServiceInfo.BuilderBase<BUILDER extends ServiceInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ServiceInfo> Fluent API builder base forServiceInfo.Subclasses of ServiceInfo.BuilderBase in io.helidon.inject.apiMethods in io.helidon.inject.api with parameters of type ServiceInfo.BuilderBaseModifier and TypeMethodDescriptionServiceInfo.BuilderBase.from(ServiceInfo.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.inject.api with parameters of type ServiceInfo.BuilderBaseModifierConstructorDescriptionprotectedServiceInfoImpl(ServiceInfo.BuilderBase<?, ?> builder) Create an instance providing a builder.