Class OnDemandSunReflectionFactory


  • final class OnDemandSunReflectionFactory
    extends java.lang.Object
    This class is expected not to load unless RuntimeEnv made sure that sun.reflect.ReflectionFactory is in the classpath.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static <T> java.lang.reflect.Constructor<T> getConstructor​(java.lang.Class<T> clazz, java.lang.reflect.Constructor<java.lang.Object> constructor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OnDemandSunReflectionFactory

        private OnDemandSunReflectionFactory()
    • Method Detail

      • getConstructor

        static <T> java.lang.reflect.Constructor<T> getConstructor​(java.lang.Class<T> clazz,
                                                                   java.lang.reflect.Constructor<java.lang.Object> constructor)