Uses of Interface
io.helidon.common.types.ModuleInfoProvides
Packages that use ModuleInfoProvides
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ModuleInfoProvides in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type ModuleInfoProvidesModifier and TypeClassDescriptionstatic classModuleInfoProvides.BuilderBase<BUILDER extends ModuleInfoProvides.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ModuleInfoProvides> Fluent API builder base forModuleInfoProvides.Classes in io.helidon.common.types that implement ModuleInfoProvidesModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.types that return ModuleInfoProvidesModifier and TypeMethodDescriptionModuleInfoProvides.Builder.build()ModuleInfoProvides.Builder.buildPrototype()static ModuleInfoProvidesModuleInfoProvides.create()Create a new instance with default values.Methods in io.helidon.common.types that return types with arguments of type ModuleInfoProvidesModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl.provides()ModuleTypeInfo.BuilderBase.provides()List of provides directives.Methods in io.helidon.common.types with parameters of type ModuleInfoProvidesModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addProvide(ModuleInfoProvides provide) List of provides directives.static ModuleInfoProvides.BuilderModuleInfoProvides.builder(ModuleInfoProvides instance) Create a new fluent API builder from an existing instance.ModuleInfoProvides.BuilderBase.from(ModuleInfoProvides prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.common.types with type arguments of type ModuleInfoProvidesModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addProvides(List<? extends ModuleInfoProvides> provides) List of provides directives.ModuleTypeInfo.BuilderBase.provides(List<? extends ModuleInfoProvides> provides) List of provides directives.