org.crazycake.utils
类 CamelNameUtils

java.lang.Object
  继承者 org.crazycake.utils.CamelNameUtils

public class CamelNameUtils
extends Object


构造方法摘要
CamelNameUtils()
           
 
方法摘要
static String camel2underscore(String camelName)
          convert camel name to underscore name
static String capitalize(String str)
          capitalize the first character
static String underscore2camel(String underscoreName)
          convert underscore name to camel name
 
从类 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.