public class CamelCaseHelper extends Object
| Constructor and Description |
|---|
CamelCaseHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toCamelFromUnderscore(String underscore)
To camel from underscore.
|
static String |
toUnderscoreFromCamel(String camelCase)
To underscore from camel case using digits compressed true and force upper case false.
|
static String |
toUnderscoreFromCamel(String camelCase,
boolean digitsCompressed,
boolean forceUpperCase)
Convert and return the string to underscore from camel case.
|
public CamelCaseHelper()
public static String toUnderscoreFromCamel(String camelCase)
public static String toUnderscoreFromCamel(String camelCase, boolean digitsCompressed, boolean forceUpperCase)
public static String toCamelFromUnderscore(String underscore)
underscore - the underscoreCopyright © 2019. All rights reserved.