Skip to content

JAXB CamelCase Plugin

Laurent Schoelens edited this page Dec 6, 2023 · 1 revision

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 -Xcamelcase switch.

See Using JAXB2 Basics Plugins.

Clone this wiki locally