Package io.protostuff.runtime
Class OnDemandSunReflectionFactory
java.lang.Object
io.protostuff.runtime.OnDemandSunReflectionFactory
This class is expected not to load unless
RuntimeEnv
made sure that sun.reflect.ReflectionFactory is in the
classpath.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <T> Constructor
<T> getConstructor
(Class<T> clazz, Constructor<Object> constructor)
-
Constructor Details
-
OnDemandSunReflectionFactory
private OnDemandSunReflectionFactory()
-
-
Method Details
-
getConstructor
-