@FunctionalInterface public static interface I18nAware.I18nSource
| Modifier and Type | Field and Description |
|---|---|
static I18nAware.I18nSource |
Default
ignore i18nCode, format hint with args by MessageFormat.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
getMessage(Locale lang,
String code,
String hint,
Object... args)
varargs sugar for coding
|
String |
getMessage(String code,
Object[] args,
String hint,
Locale lang)
should return null or code if template is not found by code.
|
static final I18nAware.I18nSource Default
Copyright © 2025. All rights reserved.