Uses of Class
io.helidon.common.types.Annotation.Builder
Packages that use Annotation.Builder
Package
Description
Subset of Builder's SPI types that are useful for runtime.
HTTP Rest model.
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.Builder in io.helidon.common.types
Methods in io.helidon.common.types that return Annotation.BuilderModifier and TypeMethodDescriptionstatic Annotation.BuilderAnnotation.builder()Create a new fluent API builder to customize configuration.static Annotation.BuilderAnnotation.builder(Annotation instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.types with type arguments of type Annotation.BuilderModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addAnnotation(Consumer<Annotation.Builder> consumer) List of declared and known annotations for this element.TypedElementInfo.BuilderBase.addAnnotation(Consumer<Annotation.Builder> consumer) List of declared and known annotations for this element.TypeInfo.BuilderBase.addAnnotation(Consumer<Annotation.Builder> consumer) List of declared and known annotations for this element.ModuleTypeInfo.BuilderBase.addInheritedAnnotation(Consumer<Annotation.Builder> consumer) List of all inherited annotations for this element.TypedElementInfo.BuilderBase.addInheritedAnnotation(Consumer<Annotation.Builder> consumer) List of all inherited annotations for this element.TypeInfo.BuilderBase.addInheritedAnnotation(Consumer<Annotation.Builder> consumer) List of all inherited annotations for this element.Annotation.BuilderBase.addMetaAnnotation(Consumer<Annotation.Builder> consumer) A list of inherited annotations (from the whole hierarchy). -
Uses of Annotation.Builder in io.helidon.declarative.codegen.model.http
Method parameters in io.helidon.declarative.codegen.model.http with type arguments of type Annotation.BuilderModifier and TypeMethodDescriptionModelElement.BuilderBase.addAnnotation(Consumer<Annotation.Builder> consumer) All annotations on this element, and inherited from supertype/interface and annotations. -
Uses of Annotation.Builder in io.helidon.service.registry
Method parameters in io.helidon.service.registry with type arguments of type Annotation.BuilderModifier and TypeMethodDescriptionDependency.BuilderBase.addAnnotation(Consumer<Annotation.Builder> consumer) The annotations on this element, excludingDependency.qualifiers().