public class OObjectSerializerManager extends Object implements OObjectSerializerHelperInterface
Constructor and Description |
---|
OObjectSerializerManager() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentBoundField(Class<?> iClass) |
Object |
getFieldValue(Object iPojo,
String iProperty) |
static OObjectSerializerManager |
getInstance() |
void |
invokeCallback(Object iPojo,
ODocument iDocument,
Class<?> iAnnotation) |
ODocument |
toStream(Object iPojo,
ODocument iRecord,
OEntityManager iEntityManager,
OClass schemaClass,
OUserObject2RecordHandler iObj2RecHandler,
ODatabaseObject db,
boolean iSaveOnlyDirty) |
public ODocument toStream(Object iPojo, ODocument iRecord, OEntityManager iEntityManager, OClass schemaClass, OUserObject2RecordHandler iObj2RecHandler, ODatabaseObject db, boolean iSaveOnlyDirty)
toStream
in interface OObjectSerializerHelperInterface
public String getDocumentBoundField(Class<?> iClass)
getDocumentBoundField
in interface OObjectSerializerHelperInterface
public Object getFieldValue(Object iPojo, String iProperty)
getFieldValue
in interface OObjectSerializerHelperInterface
public void invokeCallback(Object iPojo, ODocument iDocument, Class<?> iAnnotation)
invokeCallback
in interface OObjectSerializerHelperInterface
public static OObjectSerializerManager getInstance()
Copyright © 2009–2018 Orient Technologies. All rights reserved.