Package-level declarations
Types
Link copied to clipboard
data class Field(val name: Identifier, val type: FieldType, val number: FieldNumber, val rule: FieldRule = FieldRule.Singular) : Member
Link copied to clipboard
Represents a .proto file and describes the declarations therein. Note that only a subset of the .proto syntax is supported.
Link copied to clipboard
Reads .proto syntax into SchemaDocuments. Note that only a subset of the .proto syntax is supported, and only the "proto3" syntax.
Link copied to clipboard
class SchemaDocumentTokenizer
Converts .proto syntax into sequences of tokens.
Link copied to clipboard
Converts SchemaDocuments to .proto syntax, in the "proto3" syntax.
Link copied to clipboard
interface SchemaElement
Common interface implemented by all the elements of a SchemaDocument. It serves to facilitate the generation of useful validation error messages.
Link copied to clipboard