public abstract class ConversionServiceFactory extends Object
ConversionService
configurations.| 构造器和说明 |
|---|
ConversionServiceFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
registerConverters(Set<?> converters,
ConverterRegistry registry)
Register the given Converter objects with the given target ConverterRegistry.
|
public static void registerConverters(@Nullable Set<?> converters, ConverterRegistry registry)
converters - the converter objects: implementing Converter,
ConverterFactory, or GenericConverterregistry - the target registry