Files
onixbyte-bom/common-toolbox
zihluwang 84b526a0d2 feat(util): add ObjectMapAdapter interface for object-map conversion
Introduce new interface to facilitate conversion between objects and maps
for serialization/deserialization purposes
2025-09-12 22:04:21 +08:00
..
2025-06-18 13:57:32 +08:00

Common Toolbox

Introduction

Common Toolbox is a Java SE utility library, that provides a collection of utility to streamline your Java coding experience.

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.