Package | Description |
---|---|
net.sf.joafip.store.entity.export_import.in | |
net.sf.joafip.store.service.export_import.in |
Modifier and Type | Method and Description |
---|---|
ClassDef |
ObjectModelForImport.getClassDef() |
Modifier and Type | Field and Description |
---|---|
protected ClassDef |
InObjectHandler.fieldTypeDef |
Modifier and Type | Method and Description |
---|---|
protected ClassDef |
AbstractCurrentHandler.classAttribute(Map<String,String> attsMap,
String attributeName) |
protected ClassDef |
AbstractImporter.classDefForClass(Class<?> clazz) |
protected ClassDef |
AbstractImporter.classForName(String className) |
protected ClassDef |
AbstractImporter.classReplacementDef(ClassInfo classInfo) |
protected ClassDef |
AbstractCurrentHandler.fieldDeclaringClassAttribute(ObjectModelForImport objectOwningField,
String fieldName,
Map<String,String> attsMap) |
protected ClassDef |
AbstractImporter.getClassReplacementDef(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
ObjectModelForImport |
AbstractImporter.createArray(ClassDef componentClassDef,
DataRecordIdentifier dataRecordIdentifier,
int arraySize)
create an array instance
|
ObjectModelForImport |
AbstractImporter.createBasicValue(ClassDef classDef,
String value,
boolean createDataRecordIdentifierIfNeeded)
create a basic object value ( primitive or class associated to primitive
type )
|
ObjectModelForImport |
AbstractImporter.createDummyValueObject(ClassDef classDef,
DataRecordIdentifier dataRecordIdentifier)
create a dummy object for specified argument class, class can be abstract
or interface
|
Object |
AbstractImporter.createEnum(ClassDef classDef,
int objectIdentifier,
String constantName)
create enum object instance.
|
ObjectModelForImport |
AbstractImporter.createEnum(DataRecordIdentifier dataRecordIdentifier,
ClassDef classDef,
String constantName)
create enum object instance.
|
Object |
AbstractImporter.createObject(ClassDef classDef,
int objectIdentifier)
create object instance, construction in memory without calling
constructor
|
ObjectModelForImport |
AbstractImporter.createObject(DataRecordIdentifier dataRecordIdentifier,
ClassDef classDef)
Create object instance, construction in memory without calling
constructor.
|
Constructor and Description |
---|
AbstractInFieldInArrayHandler(XmlImporter xmlImporter,
ClassDef elementClassDef,
boolean inRecordableObject,
boolean referenceOnly) |
InArrayHandler(XmlImporter xmlImporter,
ObjectModelForImport arrayObjetModel,
ClassDef elementClassDef,
boolean inRecordableObject) |
InFieldHandler(XmlImporter xmlImporter,
ClassDef fieldClassDef,
boolean inRecordableObject,
boolean referenceOnly) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.