Class PreferredConstructor<T,P extends PersistentProperty<P>>

java.lang.Object
org.springframework.data.mapping.PreferredConstructor<T,P>
All Implemented Interfaces:
InstanceCreatorMetadata<P>

public final class PreferredConstructor<T,P extends PersistentProperty<P>> extends Object
Value object to encapsulate the constructor to be used when mapping persistent data to objects.
Author:
Oliver Gierke, Jon Brisbin, Thomas Darimont, Christoph Strobl, Mark Paluch, Myeonghyeon Lee, Xeno Amess