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.
-
Uses of TypedElementInfo.Builder in io.helidon.common.types
Methods in io.helidon.common.types that return TypedElementInfo.BuilderModifier and TypeMethodDescriptionstatic TypedElementInfo.BuilderTypedElementInfo.builder()Create a new fluent API builder to customize configuration.static TypedElementInfo.BuilderTypedElementInfo.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.