Uses of Interface
io.helidon.common.types.ModuleTypeInfo
Packages that use ModuleTypeInfo
Package
Description
Code generation and processing support.
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ModuleTypeInfo in io.helidon.codegen
Methods in io.helidon.codegen that return types with arguments of type ModuleTypeInfoModifier and TypeMethodDescriptiondefault Collection<ModuleTypeInfo> RoundContext.modules()All modules that are processed in this round. -
Uses of ModuleTypeInfo in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type ModuleTypeInfoModifier and TypeClassDescriptionstatic classModuleTypeInfo.BuilderBase<BUILDER extends ModuleTypeInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ModuleTypeInfo> Fluent API builder base forModuleTypeInfo.Classes in io.helidon.common.types that implement ModuleTypeInfoModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.types that return ModuleTypeInfoModifier and TypeMethodDescriptionModuleTypeInfo.Builder.build()ModuleTypeInfo.Builder.buildPrototype()Methods in io.helidon.common.types with parameters of type ModuleTypeInfoModifier and TypeMethodDescriptionstatic ModuleTypeInfo.BuilderModuleTypeInfo.builder(ModuleTypeInfo instance) Create a new fluent API builder from an existing instance.ModuleTypeInfo.BuilderBase.from(ModuleTypeInfo prototype) Update this builder from an existing prototype instance.