Package io.protostuff.compiler
Class ProtoToJavaBeanPrimitiveCompiler
- java.lang.Object
-
- io.protostuff.compiler.STCodeGenerator
-
- io.protostuff.compiler.ProtoToJavaBeanCompiler
-
- io.protostuff.compiler.ProtoToJavaBeanPrimitiveCompiler
-
- All Implemented Interfaces:
ProtoCompiler
public class ProtoToJavaBeanPrimitiveCompiler extends ProtoToJavaBeanCompiler
-
-
Field Summary
-
Fields inherited from class io.protostuff.compiler.STCodeGenerator
DEFAULT_FORMATTERS, DEFAULT_RENDERERS, ERROR_LISTENER, errorCount, FORMAT_DELIM, GROUP_LOADER, id, STRING_ATTRIBUTE_RENDERER, TEMPLATE_BASE
-
-
Constructor Summary
Constructors Constructor Description ProtoToJavaBeanPrimitiveCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compile(ProtoModule module, Proto proto)
(package private) void
setByteBuffer(Message m)
-
Methods inherited from class io.protostuff.compiler.ProtoToJavaBeanCompiler
writeEnums, writeMessages
-
Methods inherited from class io.protostuff.compiler.STCodeGenerator
chainedFormat, collect, compile, compile, format, getOutputId, getST, getSTG, override, parseProto, postCompile, setAttributeRenderer, setFormatter, setGroupLoader
-
-
-
-
Method Detail
-
setByteBuffer
void setByteBuffer(Message m)
-
compile
public void compile(ProtoModule module, Proto proto) throws java.io.IOException
- Overrides:
compile
in classProtoToJavaBeanCompiler
- Throws:
java.io.IOException
-
-