インターフェースの使用
org.springframework.data.convert.PropertyValueConversions
PropertyValueConversions を使用するパッケージ
org.springframework.data.convert 内の PropertyValueConversions 使用
PropertyValueConversions を実装している org.springframework.data.convert のクラス修飾子と型クラス説明class修飾子と型メソッド説明CustomConversions.ConverterConfiguration.getPropertyValueConversions()CustomConversions.getPropertyValueConversions()基になるデータストアでプロパティ値の変換がサポートされている場合、構成されたPropertyValueConversionsへの参照を取得します。static <P extends PersistentProperty<P>>
PropertyValueConversionsPropertyValueConversions.simple(ConsumerSE<PropertyValueConverterRegistrar<P>> config) 型 PropertyValueConversions のパラメーターを持つ org.springframework.data.convert のコンストラクター修飾子コンストラクター説明ConverterConfiguration(CustomConversions.StoreConversions storeConversions, ListSE<?> userConverters, PredicateSE<GenericConverter.ConvertiblePair> converterRegistrationFilter, PropertyValueConversions propertyValueConversions) 指定されたCustomConversions.StoreConversionsとユーザー定義のコンバーター、およびデフォルトのコンバーターの登録をスキップするGenericConverter.ConvertiblePairのCollectionSE を保持する新しい ConverterConfiguration を作成します。