v2.2.0 Release of Value Converters
What's Changed
this release contains a newly added ValueReader class, which allows reading all kind of types from a ResultSet. Pre defined Value Reader can be accessed via the StandardValueReader class. Value readers for all date and time classes are present
Adapters for missing date and time classes were added.
The Adapters and ValueReaders for certain types are now grouped in ValueConverters accessible via the StandardValueConverters class. Those implement the Adapter and ValueReader class allowing them to be used for reading and writing values at the same time. Have a look at #182 for further information and examples.
- Fix NullPointerException in getUuidFromString by @aerulion in #180
- Feature: ValueReader & ValueConverter by @rainbowdashlabs in #182
New Contributors
Full Changelog: v2.1.0...v2.2.0