toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-schemadocument
/
pro.felixo.protobuf.schemadocument
/
SchemaDocumentWriter
Schema
Document
Writer
class
SchemaDocumentWriter
(
out
:
StringBuilder
,
indentSpaces
:
Int
=
2
)
Converts
SchemaDocument
s to .proto syntax, in the "proto3" syntax.
Members
Constructors
Schema
Document
Writer
Link copied to clipboard
constructor
(
out
:
StringBuilder
,
indentSpaces
:
Int
=
2
)
Functions
write
Link copied to clipboard
fun
write
(
schema
:
SchemaDocument
)
fun
write
(
type
:
Type
)