Uses of Interface
io.inverno.core.compiler.spi.ReporterInfo
Packages that use ReporterInfo
Package
Description
-
Uses of ReporterInfo in io.inverno.core.compiler.spi
Subinterfaces of ReporterInfo in io.inverno.core.compiler.spiModifier and TypeInterfaceDescriptioninterfaceBase bean info interface specifying data and services common to all beans.interfaceBase info interface specifying data and services common to all info.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 ReporterInfo in io.inverno.core.compiler.spi.plugin
Methods in io.inverno.core.compiler.spi.plugin that return ReporterInfoModifier and TypeMethodDescriptionPluginExecution.getReporter(Element element) Creates a reporter for the specified element.PluginExecution.getReporter(Element element, AnnotationMirror annotation) Creates a reporter for the specified element and annotation. -
Uses of ReporterInfo in io.inverno.core.compiler.spi.support
Classes in io.inverno.core.compiler.spi.support that implement ReporterInfoModifier and TypeClassDescriptionclassAbstractInfo<E extends QualifiedName>BaseInfoimplementation.Constructors in io.inverno.core.compiler.spi.support with parameters of type ReporterInfo