| Type | Name and description |
|---|---|
static java.lang.String |
capitalize(java.lang.String name)Converts a property name to class name according to the JavaBean convention |
static java.lang.String |
decapitalize(java.lang.String name)Converts class name to property name using JavaBean decaplization |
static java.lang.String |
getSetterName(java.lang.String propertyName)Retrieves the name of a setter for the specified property name |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Converts a property name to class name according to the JavaBean convention
name - The property nameConverts class name to property name using JavaBean decaplization
name - The class nameRetrieves the name of a setter for the specified property name
propertyName - The property name