Class Sun14ReflectionProvider

All Implemented Interfaces:
ReflectionProvider

public class Sun14ReflectionProvider extends SunUnsafeReflectionProvider
Deprecated.
Instantiates a new object on the Sun JVM by bypassing the constructor (meaning code in the constructor will never be executed and parameters do not have to be known). This is the same method used by the internals of standard Java serialization, but relies on internal Sun code that may not be present on all JVMs.