- All Superinterfaces:
BeanInfo,Info,ModuleBeanInfo,ReporterInfo
A wrapper bean info holds the data required to process a wrapper bean in a module.
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptionReturns the wrapper type which is the type of the class supplying the actual bean whose type is given byBeanInfo.getType().Methods inherited from interface io.inverno.core.compiler.spi.BeanInfo
getNestedBeans, getQualifiedName, getTypeMethods inherited from interface io.inverno.core.compiler.spi.ModuleBeanInfo
getDestroyElements, getInitElements, getOptionalSockets, getProvidedType, getRequiredSockets, getSockets, getStrategy, getVisibilityMethods inherited from interface io.inverno.core.compiler.spi.ReporterInfo
error, hasError, hasWarning, warning
-
Method Details
-
getWrapperType
TypeMirror getWrapperType()Returns the wrapper type which is the type of the class supplying the actual bean whose type is given by
BeanInfo.getType().- Returns:
- a type
-