Package com.google.protobuf
Class ProtobufInternalUtils
- java.lang.Object
-
- com.google.protobuf.ProtobufInternalUtils
-
public class ProtobufInternalUtils extends Object
This class is to access internal method in protobuf package.
-
-
Constructor Summary
Constructors Constructor Description ProtobufInternalUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
underScoreToCamelCase(String name, boolean capNext)
convert underscore name to camel name.
-