Uses of Class
io.helidon.common.types.TypedElementInfo.Builder
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of TypedElementInfo.Builder in io.helidon.common.types
Modifier 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.Modifier 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
.