Modifier and Type | Method and Description |
---|---|
static ProtoFile |
ProtoSchemaParser.parse(File file)
Parse a
.proto definition file. |
static ProtoFile |
ProtoSchemaParser.parse(String name,
Reader reader)
Parse a named
.proto schema. |
static ProtoFile |
ProtoSchemaParser.parse(String name,
String data)
Parse a named
.proto schema. |
static ProtoFile |
ProtoSchemaParser.parseUtf8(String name,
InputStream is)
Parse a named
.proto schema. |
Copyright © 2023 Square, Inc.. All rights reserved.