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