Class InstantiationAwarePropertyAccessorFactory

java.lang.Object
org.springframework.data.mapping.model.InstantiationAwarePropertyAccessorFactory
All Implemented Interfaces:
PersistentPropertyAccessorFactory

public class InstantiationAwarePropertyAccessorFactory extends Object implements PersistentPropertyAccessorFactory
Delegating PersistentPropertyAccessorFactory decorating the PersistentPropertyAccessors created with an InstantiationAwarePropertyAccessor to allow the handling of purely immutable types.
Since:
2.3
Author:
Oliver Drotbohm, Mark Paluch