| Package | Description |
|---|---|
| pro.fessional.mirana.text |
| Modifier and Type | Method and Description |
|---|---|
@NotNull StringTemplate.B |
StringTemplate.B.bindReg(String reg,
Object obj) |
@NotNull StringTemplate.B |
StringTemplate.B.bindStr(String str,
Object obj) |
static @NotNull StringTemplate.B |
StringTemplate.dyn(@NotNull String str)
Dynamic string, first compile bindKey, then merge it with bindObj.
|
static @NotNull StringTemplate.B |
StringTemplate.fix(@NotNull String str)
Static fixed strings, replace first and cache for later.
|
static @NotNull StringTemplate.B |
StringTemplate.one(@NotNull String str)
Construct one-time strings without caching compiling results
|
Copyright © 2023. All rights reserved.