接口 FormatterRegistrar
public interface FormatterRegistrar
Registers
Converters and Formatters with
a FormattingConversionService through the FormatterRegistry SPI.- 从以下版本开始:
- 4.0
- 作者:
- Keith Donald
-
方法概要
修饰符和类型方法说明voidregisterFormatters(FormatterRegistry registry) Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
-
方法详细资料
-
registerFormatters
Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.- 参数:
registry- the FormatterRegistry instance to use.
-