Files
onixbyte-bom/common-toolbox/README.md
T
2025-06-17 16:32:57 +08:00

17 lines
362 B
Markdown

# Module `devkit-utils`
## Introduction
This module provides a set of utilities to streamline Java codes.
## Features
- AES encryption and decryption;
- Base64 encode and decode;
- Boolean calculation;
- Reduce `if...else...` with **lambdas**;
- Hash calculation for strings;
- Convert Java beans to map and map to Java beans;
- Simplified range generator.