Uses of Interface
io.helidon.common.types.ModuleInfoUses
Packages that use ModuleInfoUses
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ModuleInfoUses in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type ModuleInfoUsesModifier and TypeClassDescriptionstatic classModuleInfoUses.BuilderBase<BUILDER extends ModuleInfoUses.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ModuleInfoUses> Fluent API builder base forModuleInfoUses.Classes in io.helidon.common.types that implement ModuleInfoUsesModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.types that return ModuleInfoUsesModifier and TypeMethodDescriptionModuleInfoUses.Builder.build()ModuleInfoUses.Builder.buildPrototype()static ModuleInfoUsesModuleInfoUses.create()Create a new instance with default values.Methods in io.helidon.common.types that return types with arguments of type ModuleInfoUsesModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl.uses()ModuleTypeInfo.BuilderBase.uses()List of uses directives.Methods in io.helidon.common.types with parameters of type ModuleInfoUsesModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addUse(ModuleInfoUses use) List of uses directives.static ModuleInfoUses.BuilderModuleInfoUses.builder(ModuleInfoUses instance) Create a new fluent API builder from an existing instance.ModuleInfoUses.BuilderBase.from(ModuleInfoUses prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.common.types with type arguments of type ModuleInfoUsesModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addUses(List<? extends ModuleInfoUses> uses) List of uses directives.ModuleTypeInfo.BuilderBase.uses(List<? extends ModuleInfoUses> uses) List of uses directives.