public class DefaultProxyHandler extends Object implements ProxyHandler
Trivial default implementation that always returns true and the object.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
initialize(Object o) |
|
public boolean |
isInitialized(Object o) |
|
public boolean |
isInitialized(Object obj, String associationName) |
|
public boolean |
isProxy(Object o) |
|
public Object |
unwrapIfProxy(Object instance) |