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