guava提供的包:
//驼峰转下划线
private Converter<String, String> camelToUnderscoreConverter = CaseFormat.LOWER_CAMEL.converterTo(CaseFormat.LOWER_UNDERSCORE);
guava提供的包:
//驼峰转下划线
private Converter<String, String> camelToUnderscoreConverter = CaseFormat.LOWER_CAMEL.converterTo(CaseFormat.LOWER_UNDERSCORE);
本文标题:驼峰和下划线互转工具类
本文链接:https://www.haomeiwen.com/subject/owgqnqtx.html
网友评论