Class ProtoToJavaBeanModelCompiler

java.lang.Object
io.protostuff.compiler.STCodeGenerator
io.protostuff.compiler.ProtoToJavaBeanModelCompiler
All Implemented Interfaces:
ProtoCompiler

public class ProtoToJavaBeanModelCompiler extends STCodeGenerator
Compiles proto files to protobuf java messages (pojos). Generates a Schema from the proto files.
  • Schemas are always separated from messages
  • Schemas are able to be inherited
  • Schemas have a lot of Annotation/Options to configure compiler output
  • @Transient support for Messages/Enumerations