Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No matter if the class has operations or not, every attribute and association from the model will also be added to the generated classes (please also refer to General Behavior of JEAF Generator). The generated code will also offer Builders to create new instances of the objects. Attributes and associations that are marked as final in the model can only be set using the Builder to create the object.

Depending on configuration parameter generateJacksonAnnotations it is also supported that JSON / Jackson annotations are generated for service objects, so that they can be serialized using Jackson Databinding.

For further information please also refer to:

...