com.getsnappy.util
Class ReflectionCache.MethodCache
java.lang.Object
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
|
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 |
methodCache
public static java.util.Map<java.lang.Class,java.util.Map<java.lang.String,java.lang.reflect.Method>> methodCache
ReflectionCache.MethodCache
public ReflectionCache.MethodCache()
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