Class ProtobufInternalUtils


  • public class ProtobufInternalUtils
    extends Object
    This class is to access internal method in protobuf package.
    • Constructor Detail

      • ProtobufInternalUtils

        public ProtobufInternalUtils()
    • Method Detail

      • underScoreToCamelCase

        public static String underScoreToCamelCase​(String name,
                                                   boolean capNext)
        convert underscore name to camel name.