DTOGen is a Java 21+ library that automatically generates Data Transfer Object (DTO) records from a given model class/record using annotations. It is a straightforward library that requires no extra ...
You can configure the plugin to load local or remote YAML/JSON files. For local configuration, you can specify single files: A DTO with a field including a Custom ...
Record: Creating immutable DTO classes with records Define immutable DTOs/value objects in a single line (equals/hashCode/toString are automatic) You can concisely define "immutable data structures" ...