Interface MappingFinalizer<PBM,M>
-
- Type Parameters:
PBM
- The type of pre-built mappingsM
- The type of fully-built mappings
public interface MappingFinalizer<PBM,M>
An object responsible for finalizing a mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappingImplementor<M>
finalizeMapping(MappingFinalizationContext context, PBM partiallyBuiltMapping)
-
-
-
Method Detail
-
finalizeMapping
MappingImplementor<M> finalizeMapping(MappingFinalizationContext context, PBM partiallyBuiltMapping)
- Parameters:
context
- The context, including configuration properties.partiallyBuiltMapping
- The partially built mapping.- Returns:
- The fully-built mapping.
-
-