mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
* #1355: Setting up the test(s) for new conversion between java.util.Currency and String * #1355: Added SimpleConversion subclass to convert a Currency object to a String object and vice-versa, and registered the class to Conversions * #1355: Initial tests written, may need to re-write some test files for readability and/or add more test case(s). Basic tests are passing at this time * #1355: Added copyright statement, added documentation for new implicit conversion * #1355: Added clarity to documentation * #1355: Replaced use of one letter variables * #1355: Resolved CheckStyle errors * #1355: Fixes license header spacing so the license plugin no longer fails the build * Small cleanups