Interface MessageSource
public interface MessageSource
- Since:
- 1.0.0 2021-09-08
- Version:
- 1.0.0 2021-09-08
- Author:
- rlichti
-
Method Summary
Modifier and TypeMethodDescriptiongetMessage
(@NotNull String key, @NotNull Object[] params, @NotNull Locale locale)
-
Method Details
-
getMessage
String getMessage(@NotNull @NotNull String key, @NotNull @NotNull Object[] params, @NotNull @NotNull Locale locale) throws NoSuchMessageException - Throws:
NoSuchMessageException
-