Uses of Class
io.inverno.core.compiler.spi.ModuleQualifiedName
Packages that use ModuleQualifiedName
Package
Description
-
Uses of ModuleQualifiedName in io.inverno.core.compiler.spi
Methods in io.inverno.core.compiler.spi that return ModuleQualifiedNameModifier and TypeMethodDescriptionBeanQualifiedName.getModuleQName()Returns the qualified name of the module defining the bean.ModuleInfo.getQualifiedName()Returns a module qualified name.ModuleInfoBuilder.getQualifiedName()Returns the qualified name of the module being build by the builder.static ModuleQualifiedNameCreates a module qualified name from the specified raw value which should be a valid Java name.static ModuleQualifiedNameCreates a module qualified name from the specified raw value which should be a valid Java name and with the specified class name.static ModuleQualifiedNameCreates a module qualified name from the specified raw value which should be a valid Java name and with the specified class name.Methods in io.inverno.core.compiler.spi with parameters of type ModuleQualifiedNameModifier and TypeMethodDescriptionstatic BeanSocketQualifiedNameBeanSocketQualifiedName.valueOf(ModuleQualifiedName moduleQName, String qname) Creates a bean socket qualified name from the specified module qualified name and the specified raw value of the form<beanName>:<socketName>where<beanName>and<socketName>are valid Java names.Constructors in io.inverno.core.compiler.spi with parameters of type ModuleQualifiedNameModifierConstructorDescriptionBeanQualifiedName(ModuleQualifiedName moduleQName, String beanName) Creates a bean qualified name from the specified module qualified name and bean name. -
Uses of ModuleQualifiedName in io.inverno.core.compiler.spi.plugin
Methods in io.inverno.core.compiler.spi.plugin that return ModuleQualifiedNameModifier and TypeMethodDescriptionPluginExecution.getModuleQualifiedName()Returns the qualified name of the module being compiled. -
Uses of ModuleQualifiedName in io.inverno.core.compiler.spi.support
Fields in io.inverno.core.compiler.spi.support declared as ModuleQualifiedNameModifier and TypeFieldDescriptionprotected ModuleQualifiedNameAbstractSourceGenerationContext.moduleQualifiedNameThe qualified name of the module being generated.Methods in io.inverno.core.compiler.spi.support that return ModuleQualifiedNameModifier and TypeMethodDescriptionAbstractSourceGenerationContext.getModule()Returns the generated module.Methods in io.inverno.core.compiler.spi.support with parameters of type ModuleQualifiedNameModifier and TypeMethodDescriptionabstract AAbstractSourceGenerationContext.withModule(ModuleQualifiedName moduleQualifiedName) Returns a new generation context created from this context for the specified module.