Interface TypeWriter
public interface TypeWriter
Writes type meta to target output.
- Author:
- Cause Chung
-
Method Summary
-
Method Details
-
write
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
-