com.getsnappy.util
Class ReflectionCache.ConstructorCache

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

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


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

Field Detail

constructorCache

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

ReflectionCache.ConstructorCache

public ReflectionCache.ConstructorCache()
Method Detail

getConstructor

public static java.lang.reflect.Constructor getConstructor(java.lang.Class l_Class,
                                                           java.lang.Class... parameters)
                                                    throws java.lang.SecurityException,
                                                           java.lang.NoSuchMethodException
Throws:
java.lang.SecurityException
java.lang.NoSuchMethodException