Class | Description |
---|---|
Sun13Instantiator |
Instantiates a class by making a call to internal Sun private methods.
|
Sun13InstantiatorBase |
Base class for Sun 1.3 based instantiators.
|
Sun13SerializationInstantiator |
Instantiates a class by making a call to internal Sun private methods.
|
SunReflectionFactoryInstantiator |
Instantiates an object, WITHOUT calling it's constructor, using internal
sun.reflect.ReflectionFactory - a class only available on JDK's that use Sun's 1.4 (or later)
Java implementation.
|
SunReflectionFactorySerializationInstantiator |
Instantiates an object using internal sun.reflect.ReflectionFactory - a class only available on
JDK's that use Sun's 1.4 (or later) Java implementation.
|
Copyright © 2018. All rights reserved.