Package org.fusesource.hawtbuf.proto.compiler
-
Interface Summary Interface Description AltJavaGenerator.Closure JavaGenerator.Closure TypeDescriptor -
Class Summary 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 aString
. -
Exception Summary Exception Description CompilerException TextFormat.InvalidEscapeSequence Thrown byTextFormat.unescapeBytes(java.lang.CharSequence)
andTextFormat.unescapeText(java.lang.String)
when an invalid escape sequence is seen.TextFormat.ParseException Thrown when parsing an invalid text format message.