public interface ConfigurableConversionService extends ConversionService, ConverterRegistry
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.ConfigurablePropertyResolver.getConversionService()
,
ConfigurableEnvironment
,
ConfigurableApplicationContext.getEnvironment()
canConvert, canConvert, convert, convert
addConverter, addConverter, addConverter, addConverterFactory, removeConvertible