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