map_model_builder 1.0.22
map_model_builder: ^1.0.22 copied to clipboard
MapModel as its name suggests. Implement various Model objects using Map, such as Entity, VO, and DTO.
1.0.0 #
- Initial version.
1.0.3 #
- Support custom Map type.
1.0.4 #
- Support custom code.
1.0.5 #
- Support custom super class.
1.0.6 #
- Support custom init code.
1.0.7 #
- Support empty construction.
1.0.8 #
- Update annotation depends.
1.0.9 #
- Update library entry name.
1.0.10 #
- add useDefault().
1.0.11 #
- use mixin.
1.0.12 #
- No longer providing convert, but verifying the type.
1.0.13 #
- Add default type convert.
- Add custom type convert.
1.0.14 #
- fix bug convert null.
1.0.15 #
- fix bug call super validate.
1.0.16 #
- update comments.
1.0.17 #
- optimized empty code.
1.0.18 #
- fix bug convert type *.
1.0.19 #
- Support annotation resolve for subclass.
1.0.20 #
- fix bug genExport().
1.0.21 #
- MapModel can create.
1.0.22 #
- Support customConvert().