public class DateConverter extends TypeConverter implements SimpleValueConverter
| Constructor and Description |
|---|
DateConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(Class<?> targetClass,
Object val,
MappedField optionalExtraInfo)
decode the
DBObject and provide the corresponding java (type-safe) object
NOTE: optionalExtraInfo might be null |
decode, encode, encode, equals, getMapper, getSupportTypes, hashCode, setMapper, setSupportedTypes, setSupportTypespublic Object decode(Class<?> targetClass, Object val, MappedField optionalExtraInfo)
TypeConverterDBObject and provide the corresponding java (type-safe) object
decode in class TypeConverterCopyright © 2021. All rights reserved.