Class Summary |
ClassMetaData |
|
ClassMetadataField |
|
ClassMetaDataSlot |
|
ClassMetamodelFactory |
$Id: ClassMetamodelFactory.java,v 1.48 2006/07/28 04:57:13 csuconic Exp $ |
ConstructorManager |
Find the constructor that respect the serialization behavior
$Id: ConstructorManager.java,v 1.3 2006/03/16 16:25:02 csuconic Exp $ |
DefaultConstructorManager |
If SunConstructorManager is not available in this current JVM, we will use the default one which only looks for the default constructor
at the current class
$Id: DefaultConstructorManager.java,v 1.3 2006/03/16 16:25:02 csuconic Exp $ |
FieldsManager |
$Id: FieldsManager.java,v 1.7 2006/04/18 18:42:40 csuconic Exp $
FieldsManager is the class responsible to manage changing the fields. |
ReflectionFieldsManager |
$Id: ReflectionFieldsManager.java,v 1.3 2006/04/18 18:42:40 csuconic Exp $ |
StreamingClass |
A Streaming Class is created every time an object is created on the treaming. |
SunConstructorManager |
This constructor manager requires sun package present. |
UnsafeFieldsManager |
$Id: UnsafeFieldsManager.java,v 1.5 2006/04/18 18:42:40 csuconic Exp $
This FieldsManager uses the only hook available to change final fields into JVM 1.4 (operations with sun.misc.Unsafe). |