| Package | Description | 
|---|---|
| com.google.common.base | Basic utility libraries and interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CaseFormat | CaseFormat. valueOf(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<String,String> | CaseFormat. converterTo(CaseFormat targetFormat)Returns a  Converterthat converts strings from this format totargetFormat. | 
| String | CaseFormat. to(CaseFormat format,
  String str)Converts the specified  String strfrom this format to the specifiedformat. | 
Copyright © 2010–2017. All rights reserved.