- All Superinterfaces:
Info,ReporterInfo,SocketInfo
- All Known Subinterfaces:
ModuleBeanSingleSocketInfo,OverridingSocketBeanInfo,SingleSocketBeanInfo
A single socket info represents a one-to-one relationship with a bean. It defines an injection point for one single bean.
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.core.compiler.spi.Info
getQualifiedNameMethods inherited from interface io.inverno.core.compiler.spi.ReporterInfo
error, hasError, hasWarning, warningMethods inherited from interface io.inverno.core.compiler.spi.SocketInfo
getSelectors, getSocketElement, getType, isOptional, isResolved
-
Method Details
-
getBean
BeanInfo getBean()Returns the bean plugged into the socket.
- Returns:
- a bean
-