public abstract class InterceptingProxy extends Object
| Constructor and Description |
|---|
InterceptingProxy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
call(Object o,
Method m,
Object[] args)
Intercepts every method call.
|
<T> T |
wrap(Class<T> type,
T object) |
Copyright © 2019. All rights reserved.