JAXB CamelCase Plugin - highsource/jaxb-tools GitHub Wiki
This XJC plugin changes the way class names are generated to always be in CamelCase.
| Name | XJC default | CamelCase plugin |
|---|---|---|
| FIRST_NAME | FIRSTNAME | FirstName |
| FOOBar | FOOBar | FooBar |
| SSNCode | SSNCode | SsnCode |
Added in 4.0.1 version of JAXB-Tools.
Usage
- Activate the plugin using the
-Xcamelcaseswitch.