| Interface | Description |
|---|---|
| FormatUtil.V |
| Class | Description |
|---|---|
| BarString |
Constructs `Bar` delimited strings, which must have `Bar` at the beginning and end,
and `Bar` is automatically selected in the following characters.
|
| BuilderHelper |
A null-friendly, low memory-fragmentation StringBuilder.
|
| BuilderHelper.W | |
| BuilderHolder |
Using ThreadLocal internally, there are leak pitfalls, you must use one of the following modes.
|
| CaseSwitcher |
A naming conversion tool.
|
| FormatHolder | |
| FormatUtil |
a thread-safe and low memory-fragmentation formatter, can handle
- `{}` in slf4j
- `%` in printf
- `{0}` in Message
|
| FullCharUtil |
Only Chinese truncation is supported.
|
| HalfCharUtil |
convert full char to its half char
|
| JsonTemplate |
The tool is designed for quickly generating simple JSON templates.
|
| JsonTemplate.Arr | |
| JsonTemplate.Obj | |
| StringTemplate |
Improve the readability of string concat and avoid the awkwardness of having the replaced string in the replace value.
|
| StringTemplate.B | |
| WhiteUtil |
More Handling of Whitespace chars than Java builtin.
|
| Wildcard |
High-performance, low-fragmentation wildcard matching.
|
| Enum | Description |
|---|---|
| CaseSwitcher.Case |
Copyright © 2024. All rights reserved.