mrcode.duckprxy.impl
Class AbstractPrxyInvocationHandler.DelegateClassInformation

java.lang.Object
  extended by mrcode.duckprxy.impl.AbstractPrxyInvocationHandler.DelegateClassInformation
Enclosing class:
AbstractPrxyInvocationHandler

protected static class AbstractPrxyInvocationHandler.DelegateClassInformation
extends java.lang.Object


Field Summary
protected  java.lang.reflect.Method fallbackMethod
           
protected  java.util.Map<java.util.regex.Pattern,java.lang.reflect.Method> patternMap
           
protected  java.lang.reflect.Method subDelegateGetter
           
 
Constructor Summary
AbstractPrxyInvocationHandler.DelegateClassInformation(java.lang.reflect.Method fallbackMethod, java.lang.reflect.Method subDelegateGetter, java.util.Map<java.util.regex.Pattern,java.lang.reflect.Method> patternMap)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fallbackMethod

protected final java.lang.reflect.Method fallbackMethod

subDelegateGetter

protected final java.lang.reflect.Method subDelegateGetter

patternMap

protected final java.util.Map<java.util.regex.Pattern,java.lang.reflect.Method> patternMap
Constructor Detail

AbstractPrxyInvocationHandler.DelegateClassInformation

public AbstractPrxyInvocationHandler.DelegateClassInformation(java.lang.reflect.Method fallbackMethod,
                                                              java.lang.reflect.Method subDelegateGetter,
                                                              java.util.Map<java.util.regex.Pattern,java.lang.reflect.Method> patternMap)


Copyright © 2008. All Rights Reserved.