Grails - DTO Release Notes
Version 0.2.3
- Fixed the DTO generation so that it works with domain classes that have no package.
- Added a
grails.generate.indent build setting that allows you to configure the indent (e.g. tabs or 2 spaces).
- A
toString() implementation is now included in the generated DTOs.
Version 0.2.2
- Added a
dto.mapping.files configuration setting that allows you to specify a list of Spring resource paths for Dozer mapping files.
Version 0.2.1
- Added a
toDTO(Class) method for domain classes and collections.
Version 0.2
- Added
--pkg , --oldpkg , and --newpkg arguments to the generate-dto command for package substitution.
- Added a
dto.package.transforms build setting, also for package substitution.