Uses of Interface
io.helidon.common.types.ModuleInfoOpens
Packages that use ModuleInfoOpens
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ModuleInfoOpens in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type ModuleInfoOpensModifier and TypeClassDescriptionstatic classModuleInfoOpens.BuilderBase<BUILDER extends ModuleInfoOpens.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ModuleInfoOpens> Fluent API builder base forModuleInfoOpens.Classes in io.helidon.common.types that implement ModuleInfoOpensModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.types that return ModuleInfoOpensModifier and TypeMethodDescriptionModuleInfoOpens.Builder.build()ModuleInfoOpens.Builder.buildPrototype()static ModuleInfoOpensModuleInfoOpens.create()Create a new instance with default values.Methods in io.helidon.common.types that return types with arguments of type ModuleInfoOpensModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl.opens()ModuleTypeInfo.BuilderBase.opens()List of opens directives.Methods in io.helidon.common.types with parameters of type ModuleInfoOpensModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addOpen(ModuleInfoOpens open) List of opens directives.static ModuleInfoOpens.BuilderModuleInfoOpens.builder(ModuleInfoOpens instance) Create a new fluent API builder from an existing instance.ModuleInfoOpens.BuilderBase.from(ModuleInfoOpens prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.common.types with type arguments of type ModuleInfoOpensModifier and TypeMethodDescriptionModuleTypeInfo.BuilderBase.addOpens(List<? extends ModuleInfoOpens> opens) List of opens directives.ModuleTypeInfo.BuilderBase.opens(List<? extends ModuleInfoOpens> opens) List of opens directives.