SchemaDocumentWriter

class SchemaDocumentWriter(out: StringBuilder, indentSpaces: Int = 2)

Converts SchemaDocuments to .proto syntax, in the "proto3" syntax.

Constructors

Link copied to clipboard
constructor(out: StringBuilder, indentSpaces: Int = 2)

Functions

Link copied to clipboard
fun write(schema: SchemaDocument)
fun write(type: Type)