com.jeffpalm.util.reflect
Class ReflectUtils.AbstractMethodCriteriaAdapter

java.lang.Object
  extended by com.jeffpalm.util.reflect.ReflectUtils.MemberCriteriaAdapter
      extended by com.jeffpalm.util.reflect.ReflectUtils.AbstractMethodCriteriaAdapter
All Implemented Interfaces:
ReflectUtils.AbstractMethodCriteria, ReflectUtils.MemberCriteria
Direct Known Subclasses:
ReflectUtils.ConstructorCriteriaAdapter, ReflectUtils.MethodCriteriaAdapter
Enclosing class:
ReflectUtils

public abstract static class ReflectUtils.AbstractMethodCriteriaAdapter
extends ReflectUtils.MemberCriteriaAdapter
implements ReflectUtils.AbstractMethodCriteria


Constructor Summary
ReflectUtils.AbstractMethodCriteriaAdapter()
           
 
Method Summary
 boolean acceptExceptionTypes(java.lang.Class[] exceptionTypes)
           
 boolean acceptParameterTypes(java.lang.Class[] parameterTypes)
           
 
Methods inherited from class com.jeffpalm.util.reflect.ReflectUtils.MemberCriteriaAdapter
acceptDeclaringClass, acceptModifiers, acceptName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jeffpalm.util.reflect.ReflectUtils.MemberCriteria
acceptDeclaringClass, acceptModifiers, acceptName
 

Constructor Detail

ReflectUtils.AbstractMethodCriteriaAdapter

public ReflectUtils.AbstractMethodCriteriaAdapter()
Method Detail

acceptParameterTypes

public boolean acceptParameterTypes(java.lang.Class[] parameterTypes)
Specified by:
acceptParameterTypes in interface ReflectUtils.AbstractMethodCriteria

acceptExceptionTypes

public boolean acceptExceptionTypes(java.lang.Class[] exceptionTypes)
Specified by:
acceptExceptionTypes in interface ReflectUtils.AbstractMethodCriteria