Files
onixbyte-bom/map-util-unsafe
siujamo fad6916262 refactor: mark ReflectMapUtil as deprecated
This utility class is no longer maintained and will be removed in a
future release. If you still need to use `ReflectMapUtil`, please stick
to the last available version (2.2.0).
2025-06-09 15:00:39 +08:00
..
2025-02-15 12:23:22 +08:00

Map Util Unsafe

map-util-unsafe provides a set of more convenient utilities for converting Java bean to Map or Map to Java bean, but which are less safe than the MapUtil provided in devkit-utils.

This MapUtil is implemented with Reflect API, which might be removed in later JDKs.