public class BuilderFrameworkSupportUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
static String | 
capitalize(String prop)
Capitalizes the first letter of the given string. 
 | 
static boolean | 
isGuavaImmutableType(TypeMirror type)
Returns true if the given type is one of the immutable collections defined in
 com.google.common.collect. 
 | 
public static boolean isGuavaImmutableType(TypeMirror type)
type - a type