I
- the input typepublic interface ParameterConverter<I>
Modifier and Type | Method and Description |
---|---|
Object |
convert(Locale locale,
I parameter)
Convert the parameter to its string or string-equivalent representation.
|
Object convert(Locale locale, I parameter)
MessageFormat
or Formatter
instance, depending
on the setting of Message.format()
.locale
- the localeparameter
- the parameterCopyright © 2019 JBoss by Red Hat. All rights reserved.