Module io.github.mmm.nls
Package io.github.mmm.nls.formatter
Contains formatters to format NLS messages.
-
Interface Summary Interface Description NlsFormatter<V> This is the interface for a formatter of an arbitrary object in a localized way.NlsFormatterManager This is the interface for a manager ofNlsFormatter
s.NlsFormatterPlugin This interface extendsNlsFormatter
with the methods required to register this automatically as plugin.NlsMessageFormatter This is the interface for a formatter of a message-text.NlsMessageFormatterFactory This is the interface to create anNlsFormatter
.NlsVariableFormatter