Class PbFormatContext


  • public class PbFormatContext
    extends Object
    store config and common information.
    • Constructor Detail

      • PbFormatContext

        public PbFormatContext​(PbFormatConfig pbFormatConfig,
                               boolean readDefaultValuesForPrimitiveTypes)
    • Method Detail

      • splitDeserializerRowTypeMethod

        public String splitDeserializerRowTypeMethod​(String rowDataVar,
                                                     String messageTypeStr,
                                                     String messageTypeVar,
                                                     String code)
      • splitSerializerRowTypeMethod

        public String splitSerializerRowTypeMethod​(String rowDataVar,
                                                   String messageTypeStr,
                                                   String messageTypeVar,
                                                   String code)
      • getSplitMethodStack

        public List<String> getSplitMethodStack()
      • getReadDefaultValuesForPrimitiveTypes

        public boolean getReadDefaultValuesForPrimitiveTypes()