public final class IdentifiedNameUtils extends Object
| Constructor and Description |
|---|
IdentifiedNameUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
capitalize(String s) |
static String |
decapitalize(String s) |
static String |
toCamelCase(String s) |
static String |
toCapitalizeCamelCase(String s) |
static String |
toDashlineName(String s) |
static String |
toPropertyName(String s) |
static String |
toUnderlineName(String s) |
Copyright © 2016 jetbrick. All rights reserved.