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