|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
public abstract class AbstractCouchbaseConverter
An abstract CouchbaseConverter that provides the basics for the MappingCouchbaseConverter.
| Field Summary | |
|---|---|
protected CustomConversions |
conversions
Holds the custom conversions. |
protected GenericConversionService |
conversionService
Contains the conversion service. |
protected EntityInstantiators |
instantiators
Contains the entity instantiators. |
| Constructor Summary | |
|---|---|
protected |
AbstractCouchbaseConverter(GenericConversionService conversionService)
Create a new converter and hand it over the ConversionService |
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Do nothing after the properties set on the bean. |
ConversionService |
getConversionService()
Return the conversion service. |
void |
setCustomConversions(CustomConversions conversions)
Set the custom conversions. |
void |
setInstantiators(EntityInstantiators instantiators)
Set the entity instantiators. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.data.convert.EntityConverter |
|---|
getMappingContext |
| Methods inherited from interface org.springframework.data.convert.EntityReader |
|---|
read |
| Methods inherited from interface org.springframework.data.convert.EntityWriter |
|---|
write |
| Field Detail |
|---|
protected final GenericConversionService conversionService
protected EntityInstantiators instantiators
protected CustomConversions conversions
| Constructor Detail |
|---|
protected AbstractCouchbaseConverter(GenericConversionService conversionService)
ConversionService
conversionService - the conversion service to use.| Method Detail |
|---|
public ConversionService getConversionService()
getConversionService in interface EntityConverter<CouchbasePersistentEntity<?>,CouchbasePersistentProperty,Object,CouchbaseDocument>public void setCustomConversions(CustomConversions conversions)
conversions - the conversions.public void setInstantiators(EntityInstantiators instantiators)
instantiators - the instantiators.public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBean
|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||