Package io.protostuff.runtime
Class OnDemandSunReflectionFactory
- java.lang.Object
-
- io.protostuff.runtime.OnDemandSunReflectionFactory
-
final class OnDemandSunReflectionFactory extends java.lang.Object
This class is expected not to load unlessRuntimeEnv
made sure that sun.reflect.ReflectionFactory is in the classpath.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
OnDemandSunReflectionFactory()
-
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)
-