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