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