- MsgArgs - Class in yakworks.i18n
-
An arg wrapper that allows the args to be an array, List or Map
- MsgArgs() - Constructor for class yakworks.i18n.MsgArgs
-
- MsgContext<E> - Interface in yakworks.i18n
-
Context and Holder for arguments so its easier to keep compatibility between named map based palceholders like icu4j
and ordinal array based placeholder like like spring and java.text.messageFormat
- MsgKey - Interface in yakworks.i18n
-
ICUMsgKey contains the lookup code for the message and the argument map for name substitutions.
- MsgKeyDecorator - Interface in yakworks.i18n
-
add to a class that has a MsgKey reference as field msg
- MsgService - Interface in yakworks.i18n
-
Similiar to org.springframework.context.MessageSource but no dependencies so can be used across spring, micronaut and grails