接口 ConfigurableConversionService

所有超级接口:
ConversionService, ConverterRegistry
所有已知实现类:
DefaultConversionService, GenericConversionService

public interface ConfigurableConversionService extends ConversionService, ConverterRegistry
Configuration interface to be implemented by most if not all ConversionService types. Consolidates the read-only operations exposed by ConversionService and the mutating operations of ConverterRegistry to allow for convenient ad-hoc addition and removal of Converters through. The latter is particularly useful when working against a ConfigurableEnvironment instance in application context bootstrapping code.
从以下版本开始:
3.0 2021/3/21 17:57
作者:
Chris Beams, Harry Yang
另请参阅: