接口 ConfigurableConversionService
- 所有超级接口:
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
- 另请参阅:
-
ConfigurablePropertyResolver.getConversionService()ConfigurableEnvironmentcn.taketoday.context.ConfigurableApplicationContext#getEnvironment()
-
方法概要
从接口继承的方法 cn.taketoday.core.conversion.ConversionService
canConvert, canConvert, convert, convert, convert, getConverter, getConverter, getConverter, getConverter, getConverter从接口继承的方法 cn.taketoday.core.conversion.ConverterRegistry
addConverter, addConverter, addConverter, addConverterFactory, removeConvertible