Interface PojoTypeExtendedMappingCollector
-
- All Known Subinterfaces:
PojoContainedTypeExtendedMappingCollector,PojoIndexedTypeExtendedMappingCollector
public interface PojoTypeExtendedMappingCollectorA 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 voiddirtyFilter(PojoPathFilter dirtyFilter)voiddocumentIdSourceProperty(PojoPropertyModel<?> documentIdSourceProperty)voididentifierMapping(IdentifierMapping identifierMapping)
-
-
-
Method Detail
-
documentIdSourceProperty
void documentIdSourceProperty(PojoPropertyModel<?> documentIdSourceProperty)
-
identifierMapping
void identifierMapping(IdentifierMapping identifierMapping)
-
dirtyFilter
void dirtyFilter(PojoPathFilter dirtyFilter)
-
-