Modifiers | Name | Description |
---|---|---|
static java.lang.String |
DOLLAR_SEPARATOR |
Type Params | Return 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 |
getClassName(java.lang.Class clazz) Get the class name, taking into account proxies |
|
static java.lang.String |
getGetterName(java.lang.String propertyName) Retrieves the name of a setter for the specified property name |
|
static java.lang.String |
getGetterName(java.lang.String propertyName, boolean useBooleanPrefix) Retrieves the name of a setter for the specified property name |
|
static java.lang.String |
getPropertyNameForGetterOrSetter(java.lang.String getterOrSetterName) Returns the property name for a getter or setter |
|
static java.lang.String |
getSetterName(java.lang.String propertyName) Retrieves the name of a setter for the specified property name |
|
static boolean |
isConfigurational(java.lang.String name) |
|
static boolean |
isNotConfigurational(java.lang.String 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 nameGet the class name, taking into account proxies
clazz
- The classRetrieves the name of a setter for the specified property name
propertyName
- The property nameRetrieves the name of a setter for the specified property name
propertyName
- The property nameuseBooleanPrefix
- true if property is type of booleanReturns the property name for a getter or setter
getterOrSetterName
- The getter or setter nameRetrieves the name of a setter for the specified property name
propertyName
- The property name