Object |
DoubleConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
FloatConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
SerializedObjectConverter.decode(Class targetClass,
Object fromDBObject,
MappedField f) |
Object |
IntegerConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
DefaultConverters.decode(Class c,
Object fromDBObject,
MappedField mf) |
Object |
EnumConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo) |
Object |
DateConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
ShortConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
LocaleConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo) |
Object |
CharacterConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo) |
Object |
KeyConverter.decode(Class targetClass,
Object o,
MappedField optionalExtraInfo) |
Object |
UUIDConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo) |
Object |
BooleanConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
ObjectIdConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
LongConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
IterableConverter.decode(Class targetClass,
Object fromDBObject,
MappedField mf) |
Object |
TimestampConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
EnumSetConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo) |
Object |
PassthroughConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo) |
Object |
MapOfValuesConverter.decode(Class targetClass,
Object fromDBObject,
MappedField mf) |
Object |
StringConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo) |
Object |
CharArrayConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
ClassConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo) |
abstract Object |
TypeConverter.decode(Class targetClass,
Object fromDBObject,
MappedField optionalExtraInfo)
decode the DBObject and provide the corresponding java (type-safe) object NOTE: optionalExtraInfo might be null*
|
Object |
URIConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
ByteConverter.decode(Class targetClass,
Object val,
MappedField optionalExtraInfo) |
Object |
SerializedObjectConverter.encode(Object value,
MappedField f) |
Object |
EnumConverter.encode(Object value,
MappedField optionalExtraInfo) |
Object |
LocaleConverter.encode(Object val,
MappedField optionalExtraInfo) |
Object |
CharacterConverter.encode(Object value,
MappedField optionalExtraInfo) |
Object |
KeyConverter.encode(Object t,
MappedField optionalExtraInfo) |
Object |
UUIDConverter.encode(Object value,
MappedField optionalExtraInfo) |
Object |
IterableConverter.encode(Object value,
MappedField mf) |
Object |
TimestampConverter.encode(Object val,
MappedField optionalExtraInfo) |
Object |
EnumSetConverter.encode(Object value,
MappedField optionalExtraInfo) |
Object |
MapOfValuesConverter.encode(Object value,
MappedField mf) |
Object |
CharArrayConverter.encode(Object value,
MappedField optionalExtraInfo) |
Object |
ClassConverter.encode(Object value,
MappedField optionalExtraInfo) |
Object |
TypeConverter.encode(Object value,
MappedField optionalExtraInfo)
encode the (type-safe) java object into the corresponding DBObject *
|
String |
URIConverter.encode(Object uri,
MappedField optionalExtraInfo) |
Object |
ByteConverter.encode(Object value,
MappedField optionalExtraInfo) |
void |
DefaultConverters.fromDBObject(com.mongodb.DBObject dbObj,
MappedField mf,
Object targetEntity) |
boolean |
DefaultConverters.hasDbObjectConverter(MappedField c) |
boolean |
DefaultConverters.hasSimpleValueConverter(MappedField c) |
void |
DefaultConverters.toDBObject(Object containingObject,
MappedField mf,
com.mongodb.DBObject dbObj,
MapperOptions opts) |