public interface I18nAware extends Serializable
| Modifier and Type | Method and Description |
|---|---|
@Nullable Object[] |
getI18nArgs()
获得 i18n 参数
|
@Nullable String |
getI18nCode()
获得i18nCode,默认code
|
default @NotNull I18nString |
toI18nString(String hint) |
@Nullable @Nullable String getI18nCode()
@Nullable @Nullable Object[] getI18nArgs()
@NotNull default @NotNull I18nString toI18nString(String hint)
Copyright © 2020. All rights reserved.