クラス ApplicationConversionService

実装されたすべてのインターフェース:
AwareEmbeddedValueResolverAwareConversionServiceConverterRegistryConfigurableConversionServiceFormatterRegistry

public class ApplicationConversionService extends FormattingConversionService
ほとんどの Spring Boot アプリケーションに適したコンバーターとフォーマッターでデフォルトで構成された FormattingConversionService の特殊化。

直接インスタンス化のために設計されていますが、レジストリインスタンスに対するアドホック使用のための静的 addApplicationConverters(org.springframework.core.convert.converter.ConverterRegistry) および addApplicationFormatters(FormatterRegistry) ユーティリティメソッドも公開しています。

導入:
2.0.0
作成者:
Phillip Webb