Methods specified to proxied entities
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Class<?> |
getProxiedClass(java.lang.Object o) Returns the proxied class without initializing the proxy |
|
java.lang.Object |
getProxyIdentifier(java.lang.Object o) This method returns the identifier of the proxy or null if the object is not a proxy |
Methods inherited from class | Name |
---|---|
interface ProxyHandler |
initialize, isInitialized, isInitialized, isProxy, unwrapIfProxy |
Returns the proxied class without initializing the proxy
o
- The objectThis method returns the identifier of the proxy or null if the object is not a proxy