| Interface | Description |
|---|---|
| AltJavaGenerator.Closure | |
| JavaGenerator.Closure | |
| TypeDescriptor |
| Class | Description |
|---|---|
| AltJavaGenerator | |
| CommandLineSupport |
Support utility that can be used to set the properties on any object
using command line arguments.
|
| EnumDescriptor | |
| EnumFieldDescriptor | |
| ExtensionsDescriptor | |
| FieldDescriptor | |
| IntrospectionSupport |
Support class used to do introspection/reflection based setting and getting of properties on a Java Bean.
|
| JavaGenerator | |
| MessageDescriptor | |
| MethodDescriptor | |
| OptionDescriptor | |
| ParserSupport | |
| ProtoDescriptor | |
| ProtoMojo |
A Maven Mojo so that the Proto compiler can be used with maven.
|
| ServiceDescriptor | |
| TextFormat |
Provide ascii text parsing and formatting support for proto2 instances.
|
| TextFormat.Tokenizer |
Represents a stream of tokens parsed from a
String. |
| Exception | Description |
|---|---|
| CompilerException | |
| TextFormat.InvalidEscapeSequence |
Thrown by
TextFormat.unescapeBytes(java.lang.CharSequence) and
TextFormat.unescapeText(java.lang.String) when an invalid escape sequence is seen. |
| TextFormat.ParseException |
Thrown when parsing an invalid text format message.
|