Uses of Interface
io.helidon.common.types.ModuleInfoExports
Packages that use ModuleInfoExports
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ModuleInfoExports in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type ModuleInfoExportsModifier and TypeClassDescriptionstatic classModuleInfoExports.BuilderBase<BUILDER extends ModuleInfoExports.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ModuleInfoExports> Fluent API builder base forModuleInfoExports.Classes in io.helidon.common.types that implement ModuleInfoExportsModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.types that return ModuleInfoExportsModifier and TypeMethodDescriptionModuleInfoExports.Builder.build()ModuleInfoExports.Builder.buildPrototype()static ModuleInfoExportsModuleInfoExports.create()Create a new instance with default values.Methods in io.helidon.common.types that return types with arguments of type ModuleInfoExportsModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.exports()List of exports directives.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl.exports()Methods in io.helidon.common.types with parameters of type ModuleInfoExportsModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addExport(ModuleInfoExports export) List of exports directives.static ModuleInfoExports.BuilderModuleInfoExports.builder(ModuleInfoExports instance) Create a new fluent API builder from an existing instance.ModuleInfoExports.BuilderBase.from(ModuleInfoExports prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.common.types with type arguments of type ModuleInfoExportsModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addExports(List<? extends ModuleInfoExports> exports) List of exports directives.ModuleTypeInfo.BuilderBase.exports(List<? extends ModuleInfoExports> exports) List of exports directives.