| Package | Description |
|---|---|
| pro.fessional.mirana.i18n |
| Modifier and Type | Method and Description |
|---|---|
static I18nString |
I18nString.of(@NotNull I18nAware i18n)
the string as i18nCode, empty args and hint
|
static I18nString |
I18nString.of(String str)
the string as i18nCode, empty args and hint
|
I18nString |
I18nString.setI18nCache(String i18nCache) |
I18nString |
I18nString.setI18nHint(String i18nHint) |
default @NotNull I18nString |
I18nAware.toI18nString() |
default @NotNull I18nString |
I18nAware.toI18nString(String hint)
use getI18nHint() if hint is null
|
default @NotNull I18nString |
I18nAware.toI18nString(String hint,
Object... args)
use getI18nHint() if hint is null, getI18nArgs() if args is null
|
Copyright © 2025. All rights reserved.