Uses of Interface
io.helidon.common.types.ModuleInfoRequires
Packages that use ModuleInfoRequires
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ModuleInfoRequires in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type ModuleInfoRequiresModifier and TypeClassDescriptionstatic classModuleInfoRequires.BuilderBase<BUILDER extends ModuleInfoRequires.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ModuleInfoRequires> Fluent API builder base forModuleInfoRequires.Classes in io.helidon.common.types that implement ModuleInfoRequiresModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.types that return ModuleInfoRequiresModifier and TypeMethodDescriptionModuleInfoRequires.Builder.build()ModuleInfoRequires.Builder.buildPrototype()Methods in io.helidon.common.types that return types with arguments of type ModuleInfoRequiresModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl.requires()ModuleTypeInfo.BuilderBase.requires()List of requires directives.ModuleTypeInfo.requires()List of requires directives.Methods in io.helidon.common.types with parameters of type ModuleInfoRequiresModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addRequire(ModuleInfoRequires require) List of requires directives.static ModuleInfoRequires.BuilderModuleInfoRequires.builder(ModuleInfoRequires instance) Create a new fluent API builder from an existing instance.ModuleInfoRequires.BuilderBase.from(ModuleInfoRequires prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.common.types with type arguments of type ModuleInfoRequiresModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addRequires(List<? extends ModuleInfoRequires> requires) List of requires directives.ModuleTypeInfo.BuilderBase.requires(List<? extends ModuleInfoRequires> requires) List of requires directives.