Package org.springframework.data.util
Interface ProxyUtils.ProxyDetector
- Enclosing class:
- ProxyUtils
public static interface ProxyUtils.ProxyDetector
SPI to extend Spring's default proxy detection capabilities.
- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getUserType
(Class<?> type) Returns the user class for the given type.
-
Method Details
-
getUserType
Returns the user class for the given type.- Parameters:
type
- will never be null.- Returns:
-