クラス ConvertingPropertyAccessor<T>

java.lang.ObjectSE
org.springframework.data.mapping.model.ConvertingPropertyAccessor<T>
実装されたすべてのインターフェース:
PersistentPropertyAccessor<T>PersistentPropertyPathAccessor<T>

public class ConvertingPropertyAccessor<T> extends ObjectSE
setProperty(PersistentProperty, Object) に渡された値を ConversionService を使用して PersistentProperty の型に変換する可能性のある PersistentPropertyAccessorgetProperty(PersistentProperty, Class) を公開して、ConversionService が raw 型を変換できる型のプロパティの値を取得できるようにします。
作成者:
Oliver Gierke, Mark Paluch