public interface MethodReplacer
Such methods may be (but need not be) abstract, in which case the container will create a concrete subclass to instantiate.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
reimplement(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args)
Reimplement the given method.
|
java.lang.Object reimplement(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
obj
- the instance we're reimplementing the method formethod
- the method to reimplementargs
- arguments to the methodjava.lang.Throwable