Package | Description |
---|---|
com.google.common.base |
Basic utility libraries and interfaces.
|
Modifier and Type | Method and Description |
---|---|
static CaseFormat |
CaseFormat.valueOf(java.lang.String name)
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<java.lang.String,java.lang.String> |
CaseFormat.converterTo(CaseFormat targetFormat)
Returns a
Converter that converts strings from this format to targetFormat . |
java.lang.String |
CaseFormat.to(CaseFormat format,
java.lang.String str)
Converts the specified
String str from this format to the specified format . |
Copyright © 2010–2020 JBoss by Red Hat. All rights reserved.