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

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

public final class FactoryMethod<T,P extends PersistentProperty<P>> extends Object
Value object to encapsulate the factory method to be used when mapping persistent data to objects.
Since:
3.0
Author:
Mark Paluch