美文网首页
驼峰和下划线互转工具类

驼峰和下划线互转工具类

作者: TinyThing | 来源:发表于2019-05-16 19:28 被阅读0次

    guava提供的包:

        //驼峰转下划线
        private Converter<String, String> camelToUnderscoreConverter = CaseFormat.LOWER_CAMEL.converterTo(CaseFormat.LOWER_UNDERSCORE);
    
    
    

    相关文章

      网友评论

          本文标题:驼峰和下划线互转工具类

          本文链接:https://www.haomeiwen.com/subject/owgqnqtx.html