Class CodegenNamingUtils
- java.lang.Object
-
- software.amazon.awssdk.utils.internal.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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringlowercaseFirstChar(String word)static StringpascalCase(String word)static StringpascalCase(String... words)static String[]splitOnWordBoundaries(String toSplit)
-