1

I'm usign xjc to generate java classes from my xsd. Obviously he is creating a single java file for each complexType.

Is it possible to configure xjc to use inner classes instead of creating every time a new file? The result should be that no madder how complex the xsd is, there should be only one outcomming file.

Version: xjc 2.2.8-b130911.1802

Marcel
  • 4,054
  • 5
  • 36
  • 50

1 Answers1

1

As far as I know, there is no such functionality.

You can move inner classes to the top level, but not the other way round.

Community
  • 1
  • 1
lexicore
  • 42,748
  • 17
  • 132
  • 221