public interface PbCodegenDeserializer
| Modifier and Type | Method and Description |
|---|---|
String |
codegen(String returnVarName,
String messageGetStr) |
String codegen(String returnVarName, String messageGetStr) throws PbCodegenException
returnVarName - the final var name that is calculated by codegen. This var name will be
used by outsider codegen environment.messageGetStr - may be a variable or expression. Current codegen environment can use
this literal name directly to access the input.PbCodegenExceptionCopyright © 2019–2021 The Apache Software Foundation. All rights reserved.