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