|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the concrete PersistentEntity
implementation the converter is based on.P
- the concrete PersistentProperty
implementation the converter is based on.T
- the most common type the EntityConverter
can actually convert.S
- the store specific source and sink an EntityConverter
can deal with.public interface EntityConverter<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>,T,S>
Method Summary | |
---|---|
org.springframework.core.convert.ConversionService |
getConversionService()
Returns the underlying ConversionService used by the converter. |
MappingContext<? extends E,P> |
getMappingContext()
Returns the underlying MappingContext used by the converter. |
Methods inherited from interface org.springframework.data.convert.EntityReader |
---|
read |
Methods inherited from interface org.springframework.data.convert.EntityWriter |
---|
write |
Method Detail |
---|
MappingContext<? extends E,P> getMappingContext()
MappingContext
used by the converter.
org.springframework.core.convert.ConversionService getConversionService()
ConversionService
used by the converter.
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |