Class CodegenNamingUtils


  • public final class CodegenNamingUtils
    extends Object
    Internal class used by the code generator and release scripts to produce sanitized names. In the future, we should consider adding a build-utils module for tools used at build time by multiple modules so that we don't have these at runtime when they aren't needed.
    • Method Detail

      • splitOnWordBoundaries

        public static String[] splitOnWordBoundaries​(String toSplit)
      • pascalCase

        public static String pascalCase​(String word)
      • pascalCase

        public static String pascalCase​(String... words)
      • lowercaseFirstChar

        public static String lowercaseFirstChar​(String word)