An open API service indexing awesome lists of open source software.

https://github.com/lightweight-component/aj-util

Base Common Utilities
https://github.com/lightweight-component/aj-util

helper tools utilities

Last synced: about 1 year ago
JSON representation

Base Common Utilities

Awesome Lists containing this project

README

          

[![Maven Central](https://img.shields.io/maven-central/v/com.ajaxjs/ajaxjs-util?label=Latest%20Release)](https://central.sonatype.com/artifact/com.ajaxjs/ajaxjs-util)
[![Javadoc](https://img.shields.io/badge/javadoc-1.2.0-brightgreen.svg?)](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util )
![coverage](https://img.shields.io/badge/coverage-80%25-yellowgreen.svg?maxAge=2592000)
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg?longCache=true&style=flat)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Email](https://img.shields.io/badge/Contact--me-Email-orange.svg)](mailto:frank@ajaxjs.com)
[![QQ群](https://framework.ajaxjs.com/static/qq.svg)](https://shang.qq.com/wpa/qunwpa?idkey=3877893a4ed3a5f0be01e809e7ac120e346102bd550deb6692239bb42de38e22)

# AJ Utilities

Small Java Utils Library with many powerful components. The size of jar is around 90kb. It contains the following modules:

| Class/Package Module | Detail Description | Memo |
|----------------------|----------------------------------------------------------------------------------------|-------------------------------------------|
| BytesHelper | Byte array utility class | |
| CollUtils | Collection utility class | |
| ConvertBasicValue | Attempts to convert target type, note that not all types can be converted | |
| DateHelper | Date utility class | |
| EncodeTools | String URL/Base64 encoder | |
| MessageDigestHelper | MD5/SHA1/SHA256/384/512 encryption utility class | |
| ObjectHelper | A helper for Java Object | |
| HTTP Request | A Small HTTP Request Component | |
| RandomTools | Random Numbers and Strings | |
| RegExpUtils | Regular expression utility class | |
| StrUtil | String utility class | |
| JsonUtil | Encapsulation of Jackson Library: Conversion Methods Between JSON, Map, Bean, and List | Jackson is only library that dependencies |
| XmlHelper | XML processing utility class | |
| Cryptography | AES/RSA encryption and decryption package | |
| IO | File, resource, stream utility package | |
| Reflection | Reflection utility package | |

## Source code

[Github](https://github.com/lightweight-component/aj-util) | [GitCode](https://gitcode.com/lightweight-component/aj-util)

## Link

[Tutorials](https://framework.ajaxjs.com/aj-util/) | [Tutorials(Chinese)](https://framework.ajaxjs.com/aj-util/cn/) | [Java Documents](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util)

## Install

Runs on Java 8+. Maven:

```xml

com.ajaxjs
ajaxjs-util
1.2.2

```