ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 521 forks source link

Add conversion module #744

Closed thibaultmeyer closed 9 months ago

thibaultmeyer commented 2 years ago

Regardless of the project's architecture, developer may need to convert objects from one type to another. Like other modern Web framework, this new (and optional) module allow Ninja Framework to perform these conversions very easily.