Interface ParameterizedInterfaceModel


  • public interface ParameterizedInterfaceModel
    Representation of a parameterized type
    Author:
    Jerome Dochez
    • Method Detail

      • getName

        String getName()
        Returns the name where parameter types are enclosed in < > comma separated, like declaration in source java files.
        Returns:
        a declaration for this type
      • getRawInterface

        InterfaceModel getRawInterface()
        Returns the raw interface for this parameterized type
        Returns:
        the interface model instance