Interface MappingFinalizer<PBM,M>

Type Parameters:
PBM - The type of pre-built mappings
M - The type of fully-built mappings

public interface MappingFinalizer<PBM,M>
An object responsible for finalizing a mapping.
See Also:
  • Method Details

    • 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.