org.nutz.aop.matcher
类 SimpleMethodMatcher

java.lang.Object
  继承者 org.nutz.aop.matcher.SimpleMethodMatcher
所有已实现的接口:
MethodMatcher

public class SimpleMethodMatcher
extends java.lang.Object
implements MethodMatcher


构造方法摘要
SimpleMethodMatcher(java.lang.reflect.Method method)
           
 
方法摘要
 boolean match(java.lang.reflect.Method method)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SimpleMethodMatcher

public SimpleMethodMatcher(java.lang.reflect.Method method)
方法详细信息

match

public boolean match(java.lang.reflect.Method method)
指定者:
接口 MethodMatcher 中的 match