org.crazycake.utils
类 CamelNameUtils
java.lang.Object
org.crazycake.utils.CamelNameUtils
public class CamelNameUtils
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelNameUtils
public CamelNameUtils()
camel2underscore
public static String camel2underscore(String camelName)
- convert camel name to underscore name
- 返回:
underscore2camel
public static String underscore2camel(String underscoreName)
- convert underscore name to camel name
- 参数:
underscoreName -
- 返回:
capitalize
public static String capitalize(String str)
- capitalize the first character
- 参数:
str -
- 返回:
Copyright © 2014. All rights reserved.