Interface Mapping

All Known Implementing Classes:
NumericMapping, RenameMapping, TypeMapping

public interface Mapping
Specifies mapping customization options.
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Configuration configuration)
    Apply the customization to the passed in configuration.
  • Method Details

    • apply

      void apply(Configuration configuration)
      Apply the customization to the passed in configuration.
      Parameters:
      configuration - the configuration to apply the customization to