Class MultiTagComplexMapper
java.lang.Object
wt.ixb.publicforapps.extendedmapping.mapper.Mapper
wt.ixb.publicforapps.extendedmapping.mapper.MultiTagComplexMapper
Mapper for multi Tag Mapping with condition and regular expression Tags
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
-
Method Summary
-
Method Details
-
getBestMatchKey
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
-