public interface ProxyInitializer
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getActualClass(Object obj)
Find the real class of the obj send.
|
void |
initialize(Object obj)
Initialize the obj send if it is a proxy.
|
boolean |
isProxy(Class<?> clazz)
Check if the clazz send is isAssignableFrom proxy.
|
Copyright © 2014 Caelum. All Rights Reserved.