Class ProxyUtils
java.lang.Object
org.springframework.data.util.ProxyUtils
Proxy type detection utilities, extensible via
ProxyUtils.ProxyDetector
registered via Spring factories.- Author:
- Oliver Gierke
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
SPI to extend Spring's default proxy detection capabilities. -
Method Summary
Modifier and TypeMethodDescriptionstatic Class
<?> getUserClass
(Class<?> type) Returns the user class for the given type.static Class
<?> getUserClass
(Object source) Returns the user class for the given source object.
-
Method Details
-
getUserClass
-
getUserClass
-