| Class | Description |
|---|---|
| CaseInsensitiveStrategy |
Leaves name unmodified during serialization, but ignores case during deserialization.
|
| DefaultNamingStrategies |
Holds and provides instances of known naming strategies.
|
| IdentityStrategy |
Leaves name unmodified.
|
| LowerCaseStrategy |
Common parent for lowercase strategies.
|
| LowerCaseWithDashesStrategy |
Lower case with dashes
|
| LowerCaseWithUnderscoresStrategy |
Lower case with underscores
|
| UpperCamelCaseStrategy |
Transforms first letter to upper case.
|
| UpperCamelCaseWithSpacesStrategy |
Upper case first character separate words by spaces.
|
Copyright © 2018 Oracle Corporation. All rights reserved.