public class PJMethodFilter
extends java.lang.Object
implements javassist.util.proxy.MethodFilter
| Constructor and Description |
|---|
PJMethodFilter()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandled(java.lang.reflect.Method m)
Check if a method is handled by the method handler
|