Uses of Class
io.helidon.common.types.Annotation.BuilderBase
Packages that use Annotation.BuilderBase
Package
Description
Subset of Builder's SPI types that are useful for runtime.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of Annotation.BuilderBase in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type Annotation.BuilderBaseModifier and TypeClassDescriptionstatic class
Annotation.BuilderBase<BUILDER extends Annotation.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Annotation> Fluent API builder base forAnnotation
.Subclasses of Annotation.BuilderBase in io.helidon.common.typesMethods in io.helidon.common.types with parameters of type Annotation.BuilderBaseModifier and TypeMethodDescriptionAnnotation.BuilderBase.from
(Annotation.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.types with parameters of type Annotation.BuilderBaseModifierConstructorDescriptionprotected
AnnotationImpl
(Annotation.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Uses of Annotation.BuilderBase in io.helidon.service.registry
Subclasses of Annotation.BuilderBase in io.helidon.service.registryModifier and TypeClassDescriptionstatic class
Fluent API builder forQualifier
.static class
Qualifier.BuilderBase<BUILDER extends Qualifier.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Qualifier> Fluent API builder base forQualifier
.