Uses of Class
io.helidon.common.types.TypedElementInfo.BuilderBase
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of TypedElementInfo.BuilderBase in io.helidon.common.types
Modifier and TypeClassDescriptionstatic class
TypedElementInfo.BuilderBase<BUILDER extends TypedElementInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends TypedElementInfo> Fluent API builder base forTypedElementInfo
.Modifier and TypeMethodDescriptionTypedElementInfo.BuilderBase.from
(TypedElementInfo.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
TypedElementInfoImpl
(TypedElementInfo.BuilderBase<?, ?> builder) Create an instance providing a builder.