org.springframework.data.mapping.model
Class PreferredConstructorDiscoverer<T>
java.lang.Object
org.springframework.data.mapping.model.PreferredConstructorDiscoverer<T>
public class PreferredConstructorDiscoverer<T>
- extends Object
Helper class to find a PreferredConstructor
.
- Author:
- Oliver Gierke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferredConstructorDiscoverer
public PreferredConstructorDiscoverer(Class<T> type)
PreferredConstructorDiscoverer
protected PreferredConstructorDiscoverer(TypeInformation<T> owningType)
- Creates a new
PreferredConstructorDiscoverer
for the given type.
- Parameters:
owningType
-
getConstructor
public PreferredConstructor<T> getConstructor()
Copyright © 2011. All Rights Reserved.