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 © 2004–2022. All rights reserved.