java.lang.Object
io.helidon.common.processor.GeneratorTools
Tools for generating code.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
capitalize
(String name) Capitalize the first letter of the provided string.
-
Method Details
-
capitalize
Capitalize the first letter of the provided string.- Parameters:
name
- string to capitalize- Returns:
- name with the first character as capital letter
-