T
- wrapped instance type.public interface InstanceInvocationHandler<T> extends InvocationHandler
This interface provides a single method, see getWrappedInstance()
, that facilitate access to underlying
object instance.
Modifier and Type | Method and Description |
---|---|
T |
getWrappedInstance()
Get managed instance wrapped by this invocation handler.
|
invoke
T getWrappedInstance()
Copyright © 2018. All rights reserved.