Interface TypeWriter


public interface TypeWriter
Writes type meta to target output.
Author:
Cause Chung
  • Method Summary

    Modifier and Type
    Method
    Description
    static TypeWriter
     
    void
    write(List<TypeDef> typeDefs)
    Writes type meta to target output.
  • Method Details

    • write

      void write(List<TypeDef> typeDefs) throws IOException
      Writes type meta to target output.
      Parameters:
      typeDefs - type definitions required to generate output, assumed to be completed.
      Throws:
      IOException - if underlying IO error occurs
    • create

      static TypeWriter create(Context ctx)