public class ObjectMethodsDelegatingInvocationHandler extends Object implements InvocationHandler
InvocationHandler decorator for handling the Object methods. Useful for dynamic Proxy generation.| Constructor and Description |
|---|
ObjectMethodsDelegatingInvocationHandler(InvocationHandler handler) |
public ObjectMethodsDelegatingInvocationHandler(InvocationHandler handler)
Copyright © 2019. All rights reserved.