Class MultiTagComplexMapper

java.lang.Object
wt.ixb.publicforapps.extendedmapping.mapper.Mapper
wt.ixb.publicforapps.extendedmapping.mapper.MultiTagComplexMapper

public class MultiTagComplexMapper extends Mapper
Mapper for multi Tag Mapping with condition and regular expression Tags

Supported API: true

Extendable: true
  • Method Details

    • getBestMatchKey

      protected List<String> getBestMatchKey(List<List<String>> matchingKeys)
      Get the best matching key to be used to get the mapped values OOTB implementation returns the first matching key. This api can be overridden to return any other matching key from the matching keys as per business logic

      Supported API: true

      Extendable: true
      Parameters:
      matchingKeys - All matching keys satisfying the Mapping conditions
      Returns:
      The first key out of all matching keys