Interface PojoIndexedTypeExtendedMappingCollector
-
public interface PojoIndexedTypeExtendedMappingCollectorA collector of extended mapping information.This should be implemented by POJO mapper implementors in order to collect metadata necessary to implement their
PojoScopeTypeExtendedContextProvider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddocumentIdSourceProperty(PojoPropertyModel<?> documentIdSourceProperty)voididentifierMapping(IdentifierMapping identifierMapping)voidindexManager(MappedIndexManager indexManager)
-
-
-
Method Detail
-
documentIdSourceProperty
void documentIdSourceProperty(PojoPropertyModel<?> documentIdSourceProperty)
-
identifierMapping
void identifierMapping(IdentifierMapping identifierMapping)
-
indexManager
void indexManager(MappedIndexManager indexManager)
-
-