xdoclet
public final class ConfigParamIntrospector extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
NULL |
Constructor and Description |
---|
ConfigParamIntrospector() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
capitalize(java.lang.String name)
Describe what the method does
|
static java.lang.reflect.Method |
findGetterMethod(java.lang.Object javabean,
java.lang.String capitalPropertyName)
Describe what the method does
|
public static java.lang.String capitalize(java.lang.String name)
name
- Describe what the parameter doespublic static java.lang.reflect.Method findGetterMethod(java.lang.Object javabean, java.lang.String capitalPropertyName)
javabean
- Describe what the parameter doescapitalPropertyName
- Describe what the parameter does