com.jeffpalm.util.reflect
Class ReflectUtils.ConstructorCriteriaAdapter

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

public abstract static class ReflectUtils.ConstructorCriteriaAdapter
extends ReflectUtils.AbstractMethodCriteriaAdapter
implements ReflectUtils.ConstructorCriteria


Constructor Summary
ReflectUtils.ConstructorCriteriaAdapter()
           
 
Method Summary
 
Methods inherited from class com.jeffpalm.util.reflect.ReflectUtils.AbstractMethodCriteriaAdapter
acceptExceptionTypes, acceptParameterTypes
 
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.AbstractMethodCriteria
acceptExceptionTypes, acceptParameterTypes
 
Methods inherited from interface com.jeffpalm.util.reflect.ReflectUtils.MemberCriteria
acceptDeclaringClass, acceptModifiers, acceptName
 

Constructor Detail

ReflectUtils.ConstructorCriteriaAdapter

public ReflectUtils.ConstructorCriteriaAdapter()