|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.skife.intercept.signatures.ClassSignature
Matches any method on a class assignable from a specific class. Calls against any implementation of the methods on the class specified will be matched -- including any implementation of methods on an interface if an interface is used, or calls against a subclass including methods overriding one on the specified class.
Constructor Summary | |
ClassSignature(java.lang.Class clazz)
|
Method Summary | |
boolean |
matches(java.lang.reflect.Method m)
See class documentation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassSignature(java.lang.Class clazz)
clazz
- Class to match method invocations fromMethod Detail |
public boolean matches(java.lang.reflect.Method m)
matches
in interface Signature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |