public class ProxyFrameworks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CGLIB_CLASS_SEPARATOR
The CGLIB class separator character "$$"
|
| Constructor and Description |
|---|
ProxyFrameworks() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getUnproxiedType(Class<?> type) |
Class<?> |
getUnproxiedType(Object o) |
boolean |
isCglibProxyClass(Class<?> clazz)
Check whether the specified class is a CGLIB-generated class.
|
boolean |
isCglibProxyClassName(String className)
Check whether the specified class name is a CGLIB-generated class.
|
public static final String CGLIB_CLASS_SEPARATOR
public boolean isCglibProxyClass(Class<?> clazz)
clazz - the class to checkpublic boolean isCglibProxyClassName(String className)
className - the class name to checkCopyright © 2007–2016. All rights reserved.