getCamel

public final NameRule getCamel()

camelNameRule

Split -> It will split them by the capitalized letters. javaLangStrIng ->["java","Lang","Str","Ing"]

Rename-> It will keep the first letter of first segment uppercase, and the following starting with lowercase ["JaVa","lang","string"] -> JaVaLangString