public class PbFormatContext extends Object
Constructor and Description |
---|
PbFormatContext(PbFormatConfig pbFormatConfig,
boolean readDefaultValuesForPrimitiveTypes) |
Modifier and Type | Method and Description |
---|---|
PbFormatConfig |
getPbFormatConfig() |
boolean |
getReadDefaultValuesForPrimitiveTypes() |
List<String> |
getSplitMethodStack() |
String |
splitDeserializerRowTypeMethod(String rowDataVar,
String messageTypeStr,
String messageTypeVar,
String code) |
String |
splitSerializerRowTypeMethod(String rowDataVar,
String messageTypeStr,
String messageTypeVar,
String code) |
public PbFormatContext(PbFormatConfig pbFormatConfig, boolean readDefaultValuesForPrimitiveTypes)
public String splitDeserializerRowTypeMethod(String rowDataVar, String messageTypeStr, String messageTypeVar, String code)
public String splitSerializerRowTypeMethod(String rowDataVar, String messageTypeStr, String messageTypeVar, String code)
public PbFormatConfig getPbFormatConfig()
public boolean getReadDefaultValuesForPrimitiveTypes()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.