Uses of Interface
io.inverno.core.compiler.spi.BeanInfo
Packages that use BeanInfo
-
Uses of BeanInfo in io.inverno.core.compiler.spi
Subinterfaces of BeanInfo in io.inverno.core.compiler.spiModifier and TypeInterfaceDescriptioninterfaceA module bean info holds the data required to process a bean in a module.interfaceA multiple socket bean info represents a multiple dependency injection point on a module or a one-to-many relationship between a module and an array or collection of beans external to the module.interfaceA nested bean info holds the data required to process a nested bean in a module.interfaceAn overridable bean info holds the data required to process an overridable bean in a module.interfaceAn overriding socket bean info is an single socket bean info used as an override for anOverridableBeanInfo.interfaceA single socket bean info represents a single dependency entry point on a module or a one-to-one relationship between a module and a bean external to the module.interfaceBase socket bean interface.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 BeanInfoModifier and TypeMethodDescriptionSingleSocketInfo.getBean()Returns the bean plugged into the socket.BeanInfo[]MultiSocketInfo.getBeans()Returns the beans plugged into the socket.NestedBeanInfo.getProvidingBean()Returns the bean providing the nested bean.Methods in io.inverno.core.compiler.spi with parameters of type BeanInfo -
Uses of BeanInfo in io.inverno.core.compiler.spi.plugin
Methods in io.inverno.core.compiler.spi.plugin that return BeanInfo