docs: optimised docs

This commit is contained in:
zihluwang
2025-02-15 12:23:22 +08:00
parent fb8d6e3476
commit d535bd165f
7 changed files with 68 additions and 191 deletions
+5
View File
@@ -0,0 +1,5 @@
# 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.