public abstract class AbstractMongoConverter extends Object implements MongoConverter, InitializingBean
MongoConverter implementations. Sets up a GenericConversionService and populates basic
converters. Allows registering CustomConversions.| Modifier and Type | Field and Description |
|---|---|
protected CustomConversions |
conversions |
protected GenericConversionService |
conversionService |
protected EntityInstantiators |
instantiators |
| Constructor and Description |
|---|
AbstractMongoConverter(GenericConversionService conversionService)
Creates a new
AbstractMongoConverter using the given GenericConversionService. |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object |
convertToMongoType(Object obj)
Converts the given object into one Mongo will be able to store natively.
|
ConversionService |
getConversionService() |
void |
setCustomConversions(CustomConversions conversions)
Registers the given custom conversions with the converter.
|
void |
setInstantiators(EntityInstantiators instantiators)
Registers
EntityInstantiators to customize entity instantiation. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeMappergetMappingContextreadconvertToMongoType, toDBRefwriteprotected final GenericConversionService conversionService
protected CustomConversions conversions
protected EntityInstantiators instantiators
public AbstractMongoConverter(GenericConversionService conversionService)
AbstractMongoConverter using the given GenericConversionService.conversionService - public void setCustomConversions(CustomConversions conversions)
conversions - public void setInstantiators(EntityInstantiators instantiators)
EntityInstantiators to customize entity instantiation.instantiators - public Object convertToMongoType(Object obj)
MongoWriterconvertToMongoType in interface MongoWriter<Object>obj - can be null.public ConversionService getConversionService()
getConversionService in interface EntityConverter<MongoPersistentEntity<?>,MongoPersistentProperty,Object,com.mongodb.DBObject>public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.