Uses of Class
io.helidon.common.types.TypedElementInfo.Builder
Packages that use TypedElementInfo.Builder
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 TypedElementInfo.Builder in io.helidon.common.types
Methods in io.helidon.common.types that return TypedElementInfo.BuilderModifier and TypeMethodDescriptionstatic TypedElementInfo.Builder
TypedElementInfo.builder()
Create a new fluent API builder to customize configuration.static TypedElementInfo.Builder
TypedElementInfo.builder
(TypedElementInfo instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.types with type arguments of type TypedElementInfo.BuilderModifier and TypeMethodDescriptionTypeInfo.BuilderBase.addElementInfo
(Consumer<TypedElementInfo.Builder> consumer) The elements that make up the type that are relevant for processing.TypeInfo.BuilderBase.addOtherElementInfo
(Consumer<TypedElementInfo.Builder> consumer) The elements that make up this type that are considered "other", or being skipped because they are irrelevant to processing.TypedElementInfo.BuilderBase.addParameterArgument
(Consumer<TypedElementInfo.Builder> consumer) Parameter arguments applicable if this type element represents aElementKind.METHOD
. -
Uses of TypedElementInfo.Builder in io.helidon.service.registry
Method parameters in io.helidon.service.registry with type arguments of type TypedElementInfo.BuilderModifier and TypeMethodDescriptionInterceptionContext.BuilderBase.elementInfo
(Consumer<TypedElementInfo.Builder> consumer) The element info represents the method, field, or the constructor being invoked.