| Package | Description |
|---|---|
| com.google.common.base |
Basic utility libraries and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static CaseFormat |
CaseFormat.valueOf(String
Returns the enum constant of this type with the specified name.
|
static CaseFormat |
CaseFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Converter |
CaseFormat.converterTo(CaseFormat
Returns a
Converter that converts strings from this format to
targetFormat.
|
String |
CaseFormat.to(CaseFormat
Converts the specified
String str from this format to the specified
format.
|