类 CaseUtil


  • public class CaseUtil
    extends Object
    • 构造器详细资料

      • CaseUtil

        public CaseUtil()
    • 方法详细资料

      • Underline

        public static String Underline​(String str)
        Transfer camel strings to underlined string
        参数:
        str - the string will be transferred
        返回:
        the result
      • LowerCamel

        public static String LowerCamel​(String str)
        Transfer underlined string to camel string
        参数:
        str - the string will be transferred
        返回:
        the result