Uses of Interface
io.inverno.core.compiler.spi.Info
Packages that use Info
-
Uses of Info in io.inverno.core.compiler.spi
Subinterfaces of Info in io.inverno.core.compiler.spiModifier and TypeInterfaceDescriptioninterfaceBase bean info interface specifying data and services common to all beans.interfaceA module bean info holds the data required to process a bean in a module.interfaceA multiple bean socket info represents a multiple dependency injection point on a bean or a one-to-many relationship between the bean and an array or collection of other beans.interfaceA single bean socket info represents a single dependency injection point on a bean or a one-to-one relationship between two beans.interfaceBase module bean socket info.interfaceA module info holds the data required to process 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 multi socket info represents a one-to-many relationship with multiple beans.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.interfaceA single socket info represents a one-to-one relationship with a bean.interfaceBase socket bean interface.interfaceBase socket info interface specifying data and services common to all info.interfaceA wrapper bean info holds the data required to process a wrapper bean in a module. -
Uses of Info in io.inverno.core.compiler.spi.support
Classes in io.inverno.core.compiler.spi.support that implement InfoModifier and TypeClassDescriptionclassAbstractInfo<E extends QualifiedName>BaseInfoimplementation.