Interface SolrConverter
- All Superinterfaces:
org.springframework.data.convert.EntityConverter<SolrPersistentEntity<?>,,SolrPersistentProperty, Object, org.apache.solr.common.SolrDocumentBase> org.springframework.data.convert.EntityReader<Object,,org.apache.solr.common.SolrDocumentBase> org.springframework.data.convert.EntityWriter<Object,org.apache.solr.common.SolrDocumentBase>
- All Known Implementing Classes:
MappingSolrConverter,SolrConverterBase,SolrJConverter
public interface SolrConverter
extends org.springframework.data.convert.EntityConverter<SolrPersistentEntity<?>,SolrPersistentProperty,Object,org.apache.solr.common.SolrDocumentBase>, org.springframework.data.convert.EntityWriter<Object,org.apache.solr.common.SolrDocumentBase>, org.springframework.data.convert.EntityReader<Object,org.apache.solr.common.SolrDocumentBase>
-
Method Summary
Methods inherited from interface org.springframework.data.convert.EntityConverter
getConversionService, getMappingContextMethods inherited from interface org.springframework.data.convert.EntityReader
readMethods inherited from interface org.springframework.data.convert.EntityWriter
write