public abstract class ProxyUtils extends Object
ProxyUtils.ProxyDetector
registered via Spring factories.Modifier and Type | Class and Description |
---|---|
static interface |
ProxyUtils.ProxyDetector
SPI to extend Spring's default proxy detection capabilities.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.