インターフェースの使用
org.springframework.data.convert.ValueConverterRegistry
ValueConverterRegistry を使用するパッケージ
org.springframework.data.convert 内の ValueConverterRegistry 使用
ValueConverterRegistry を実装している org.springframework.data.convert のクラス修飾子と型クラス説明classSimplePropertyValueConverterRegistry<P extends PersistentProperty<P>>オブジェクトの特定のプロパティ / 値のみを変換するために使用できるプロパティ固有のvalue convertesのレジストリ。修飾子と型メソッド説明PropertyValueConverterRegistrar.buildRegistry()SimplePropertyValueConversions.getValueConverterRegistry()パス構成コンバーターに使用されるValueConverterRegistryを取得します。static <P extends PersistentProperty<P>>
ValueConverterRegistry<P>ValueConverterRegistry.simple()単純なValueConverterRegistryを入手します。型 ValueConverterRegistry のパラメーターを持つ org.springframework.data.convert のメソッド修飾子と型メソッド説明PropertyValueConverterFactory.configuredInstance(ValueConverterRegistry<?> registrar) 指定されたPropertyValueConverterRegistrarでPropertyValueConverterを検索できるPropertyValueConverterFactoryを取得します。voidPropertyValueConverterRegistrar.registerConvertersIn(ValueConverterRegistry<P> target) 指定されたregistry内に収集されたconvertersを登録します。voidSimplePropertyValueConversions.setValueConverterRegistry(ValueConverterRegistry<?> valueConverterRegistry) パス構成コンバーターに使用するconverter registryを設定します。