Uses of Class
io.helidon.common.types.TypedElementInfo.BuilderBase
Packages that use TypedElementInfo.BuilderBase
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of TypedElementInfo.BuilderBase in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type TypedElementInfo.BuilderBaseModifier and TypeClassDescriptionstatic classTypedElementInfo.BuilderBase<BUILDER extends TypedElementInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends TypedElementInfo> Fluent API builder base forTypedElementInfo.Subclasses of TypedElementInfo.BuilderBase in io.helidon.common.typesMethods in io.helidon.common.types with parameters of type TypedElementInfo.BuilderBaseModifier and TypeMethodDescriptionTypedElementInfo.BuilderBase.from(TypedElementInfo.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.types with parameters of type TypedElementInfo.BuilderBaseModifierConstructorDescriptionprotectedTypedElementInfoImpl(TypedElementInfo.BuilderBase<?, ?> builder) Create an instance providing a builder.