public class BigIntegerConverter
extends java.lang.Object
| Constructor and Description |
|---|
BigIntegerConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convertEMFValueToMongoDBValue(EDataType eDataType,
java.lang.Object emfValue) |
java.lang.Object |
convertMongoDBValueToEMFValue(EDataType eDataType,
java.lang.Object databaseValue) |
boolean |
isConverterForType(EDataType eDataType) |
public boolean isConverterForType(EDataType eDataType)
public java.lang.Object convertMongoDBValueToEMFValue(EDataType eDataType,
java.lang.Object databaseValue)
public java.lang.Object convertEMFValueToMongoDBValue(EDataType eDataType,
java.lang.Object emfValue)
Bryan Hunt, Data In Motion Consulting