Package org.jboss.logging
Interface ParameterConverter<I>
-
- Type Parameters:
I- the input type
@Deprecated public interface ParameterConverter<I>
Deprecated.this is not currently used anywhere and no replacement will be createdA converter for a specific parameter type.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Objectconvert(Locale locale, I parameter)Deprecated.Convert the parameter to its string or string-equivalent representation.
-
-
-
Method Detail
-
convert
Object convert(Locale locale, I parameter)
Deprecated.Convert the parameter to its string or string-equivalent representation. The returned value will be passed in as a parameter to either aMessageFormatorFormatterinstance, depending on the setting oforg.jboss.logging.annotation.Message.format.- Parameters:
locale- the localeparameter- the parameter- Returns:
- the converted value
-
-