|
Class Summary |
| ClassMetaData |
|
| ClassMetadataField |
|
| ClassMetamodelFactory |
$Id: ClassMetamodelFactory.java,v 1.25 2005/12/30 04:39:01 csuconic Exp $ |
| ConstructorManager |
Find the constructor that respect the serialization behavior
$Id: ConstructorManager.java,v 1.1 2005/07/23 08:53:23 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.2 2005/09/21 20:40:02 csuconic Exp $ |
| FieldsManager |
$Id: FieldsManager.java,v 1.1 2005/12/06 19:58:54 csuconic Exp $
FieldsManager is the class responsible to manage changing the fields. |
| ReflectionFieldsManager |
$Id: ReflectionFieldsManager.java,v 1.1 2005/12/06 19:58:54 csuconic Exp $ |
| SunConstructorManager |
This constructor manager requires sun package present. |
| UnsafeFieldsManager |
$Id: UnsafeFieldsManager.java,v 1.1 2005/12/06 19:58:54 csuconic Exp $
This FieldsManager uses the only hook available to change final fields into JVM 1.4 (operations with sun.misc.Unsafe). |