|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.inject.matcher.AbstractMatcher<java.lang.reflect.Method>
org.directwebremoting.guice.util.DeclaredBy
public class DeclaredBy
For matching methods declared by a given interface or superclass.
| Method Summary | |
|---|---|
static com.google.inject.matcher.Matcher<java.lang.reflect.Method> |
declaredBy(java.lang.Class<?> cls)
Returns a matcher that matches methods in subclasses of cls (or cls itself) with the same
name and parameter types as methods declared in cls. |
boolean |
matches(java.lang.reflect.Method method)
|
| Methods inherited from class com.google.inject.matcher.AbstractMatcher |
|---|
and, or |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static com.google.inject.matcher.Matcher<java.lang.reflect.Method> declaredBy(java.lang.Class<?> cls)
cls (or cls itself) with the same
name and parameter types as methods declared in cls.
public boolean matches(java.lang.reflect.Method method)
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||