MCPcopy Create free account
hub / github.com/apache/groovy / capitalize

Method capitalize

src/main/java/org/codehaus/groovy/classgen/Verifier.java:1569–1571  ·  view source on GitHub ↗

Capitalizes the start of the given bean property name.

(final String name)

Source from the content-addressed store, hash-verified

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.

Calls 1

capitalizeMethod · 0.95

Tested by 1

testCapitalizeMethod · 0.76