Interface | Description |
---|---|
PropertyNamingStrategy |
Allows defining a custom naming strategy for properties.
|
Class | Description |
---|---|
IdentityStrategy |
Property name as is without changes.
|
KebabCaseStrategy |
kebab case strategy.
|
LowerCamelCaseStrategy |
lower first letter, but camel case.
|
LowerCaseStrategy |
Lower case strategy.
|
LowerDotCaseStrategy |
Lower dot case strategy.
|
SnakeCaseStrategy |
Snake case implementation.
|
UpperCamelCaseStrategy |
camel case but first letter always upper.
|
UpperCamelCaseStrategyWithSpaces |
Upper camel case separated by spaces.
|