Uses of Interface
mrcode.duckprxy.impl.MethodUtils.MethodRetrieveStrategy

Packages that use MethodUtils.MethodRetrieveStrategy
mrcode.duckprxy.impl   
 

Uses of MethodUtils.MethodRetrieveStrategy in mrcode.duckprxy.impl
 

Methods in mrcode.duckprxy.impl that return MethodUtils.MethodRetrieveStrategy
static MethodUtils.MethodRetrieveStrategy MethodUtils.defaultMethodStrategy()
           
static MethodUtils.MethodRetrieveStrategy MethodUtils.defaultMethodStrategy(java.lang.reflect.Method defaultMethod)
           
static MethodUtils.MethodRetrieveStrategy MethodUtils.methodByNameAndArgsStrategy(java.lang.Class<?> clazz)
           
static MethodUtils.MethodRetrieveStrategy MethodUtils.methodByNameWithoutArgsStrategy(java.lang.Class<?> clazz)
           
static MethodUtils.MethodRetrieveStrategy MethodUtils.methodByPatternStrategy(java.lang.Class<?> clazz, java.util.Map<java.util.regex.Pattern,java.lang.reflect.Method> methodMap)
           
 

Methods in mrcode.duckprxy.impl that return types with arguments of type MethodUtils.MethodRetrieveStrategy
protected  java.util.List<MethodUtils.MethodRetrieveStrategy> AbstractPrxyInvocationHandler.makeStrategies(java.lang.Class<?> delegateClass, AbstractPrxyInvocationHandler.DelegateClassInformation info)
           
protected  java.util.List<MethodUtils.MethodRetrieveStrategy> JavassistDuckPrxy.makeStrategies(java.lang.Class<?> delegateClass, AbstractPrxyInvocationHandler.DelegateClassInformation info)
           
 

Method parameters in mrcode.duckprxy.impl with type arguments of type MethodUtils.MethodRetrieveStrategy
protected  void JavassistDuckPrxy.addInterface(javassist.ClassPool classPool, javassist.CtClass ctClass, java.lang.Class<?> interfce, java.lang.Class<?> delegateClass, java.util.List<MethodUtils.MethodRetrieveStrategy> strategies, java.lang.reflect.Method subDelegateGetter)
           
protected  void JavassistDuckPrxy.addMethod(javassist.ClassPool classPool, javassist.CtClass ctClass, java.lang.reflect.Method method, java.lang.Class<?> delegateClass, java.util.List<MethodUtils.MethodRetrieveStrategy> strategies, java.lang.reflect.Method subDelegateGetter)
           
protected  java.lang.reflect.Method JavassistDuckPrxy.getMethodDelegate(java.lang.reflect.Method method, java.lang.Class<?> delegateClass, java.util.List<MethodUtils.MethodRetrieveStrategy> strategies, java.lang.reflect.Method subDelegateGetter, java.lang.StringBuilder delegatePath)
           
 



Copyright © 2008. All Rights Reserved.