Uses of Interface
io.inverno.core.compiler.spi.ModuleBeanInfo
Packages that use ModuleBeanInfo
-
Uses of ModuleBeanInfo in io.inverno.core.compiler.spi
Subinterfaces of ModuleBeanInfo in io.inverno.core.compiler.spiModifier and TypeInterfaceDescriptioninterfaceAn overridable bean info holds the data required to process an overridable bean in a module.interfaceA wrapper bean info holds the data required to process a wrapper bean in a module.Methods in io.inverno.core.compiler.spi that return ModuleBeanInfoModifier and TypeMethodDescriptionModuleInfo.getBeans()Returns the beans specified in the module.OverridableBeanInfo.getOverridableBean()Returns the module bean possibly overridden by the overriding socket.ModuleInfo.getPrivateBeans()Returns the private beans specified in the module.ModuleInfo.getPublicBeans()Returns the public beans specified in the module.Methods in io.inverno.core.compiler.spi that return types with arguments of type ModuleBeanInfoModifier and TypeMethodDescriptionReturns an optional containing the bean identified by the specified name if it exists in the module.Methods in io.inverno.core.compiler.spi with parameters of type ModuleBeanInfoModifier and TypeMethodDescriptionModuleInfoBuilder.beans(ModuleBeanInfo[] beans) Sets the beans that should be part of the module.ModuleInfoVisitor.visit(ModuleBeanInfo moduleBeanInfo, P p) Visits module bean info.