com.getsnappy.util
Class ReflectionCache.MethodCache

java.lang.Object
  extended by com.getsnappy.util.ReflectionCache.MethodCache
Enclosing class:
ReflectionCache

public static class ReflectionCache.MethodCache
extends java.lang.Object


Field Summary
static java.util.Map<java.lang.Class,java.util.Map<java.lang.String,java.lang.reflect.Method>> methodCache
           
 
Constructor Summary
ReflectionCache.MethodCache()
           
 
Method Summary
static java.lang.reflect.Method getMethod(java.lang.Class l_Class, java.lang.String methodName, java.lang.Class... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodCache

public static java.util.Map<java.lang.Class,java.util.Map<java.lang.String,java.lang.reflect.Method>> methodCache
Constructor Detail

ReflectionCache.MethodCache

public ReflectionCache.MethodCache()
Method Detail

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Class l_Class,
                                                 java.lang.String methodName,
                                                 java.lang.Class... parameters)
                                          throws java.lang.SecurityException,
                                                 java.lang.NoSuchMethodException
Throws:
java.lang.SecurityException
java.lang.NoSuchMethodException