Interface TypeDeclarationDescrBuilder

    • Method Detail

      • name

        TypeDeclarationDescrBuilder name​(java.lang.String type)
        Defines the type name
        Parameters:
        type - the type name
        Returns:
        itself
      • superType

        TypeDeclarationDescrBuilder superType​(java.lang.String type)
        Defines the super type of this type. For POJOs, this is the super class it will extend
        Parameters:
        type - the super type for this type
        Returns:
        itself