Interface WrapperBeanInfo

All Superinterfaces:
BeanInfo, Info, ModuleBeanInfo, ReporterInfo

public interface WrapperBeanInfo extends ModuleBeanInfo

A wrapper bean info holds the data required to process a wrapper bean in a module.

Author:
Jeremy Kuhn
  • 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