| Interface | Description |
|---|---|
| MsgContext<E> |
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<E> |
ICUMsgKey contains the lookup code for the message and the argument map for name substitutions.
|
| MsgService |
Similiar to org.springframework.context.MessageSource but no dependencies so can be used across spring, micronaut and grails
|
| Class | Description |
|---|---|
| DefaultMsgContext |
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
|
| DefaultMsgKey |
Default implementation of the MsgKey, normally should be build with
MsgKey.of('somekey',....), not directly with this class
|