Class PbFormatUtils


  • public class PbFormatUtils
    extends Object
    Protobuf function util.
    • Constructor Detail

      • PbFormatUtils

        public PbFormatUtils()
    • Method Detail

      • getFullJavaName

        public static String getFullJavaName​(com.google.protobuf.Descriptors.Descriptor descriptor)
      • getFullJavaName

        public static String getFullJavaName​(com.google.protobuf.Descriptors.EnumDescriptor enumDescriptor)
      • isSimpleType

        public static boolean isSimpleType​(LogicalType type)
      • getStrongCamelCaseJsonName

        public static String getStrongCamelCaseJsonName​(String name)
      • getOuterClassName

        public static String getOuterClassName​(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor)
      • getOuterProtoPrefix

        public static String getOuterProtoPrefix​(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor)
      • getDescriptor

        public static com.google.protobuf.Descriptors.Descriptor getDescriptor​(String className)
      • isRepeatedType

        public static boolean isRepeatedType​(LogicalType type)
      • isArrayType

        public static boolean isArrayType​(LogicalType type)