Capitalizes the start of the given bean property name.
(final String name)
| 1567 | * Capitalizes the start of the given bean property name. |
| 1568 | */ |
| 1569 | public static String capitalize(final String name) { |
| 1570 | return BeanUtils.capitalize(name); |
| 1571 | } |
| 1572 | |
| 1573 | /** |
| 1574 | * Creates the bytecode-backed statement block for a generated property getter. |