Naming convention used in languages like Lisp, where words are in lower-case letters, separated by hyphens.
Naming convention used in Java, where words other than first are capitalized and no separator is used between words.
Naming convention in which all words of the logical name are in lower case, and no separator is used between words.
Naming convention widely used as configuration properties name, where words are in lower-case letters, separated by dots.
Naming convention used in languages like C, where words are in lower-case letters, separated by underscores.
Naming convention used in languages like Pascal, where words are capitalized and no separator is used between words.
Generated using TypeDoc
Strategies that defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names").