Interface MappableSpecifier.Mapper

All Known Implementing Classes:
KeyedSmartQuotedTemplateMapper
Enclosing interface:
MappableSpecifier

public static interface MappableSpecifier.Mapper
API to dynamically map a key to a new key.
  • Method Summary

    Modifier and Type
    Method
    Description
    Map an input key to an output key.
  • Method Details

    • mapKey

      String mapKey(String key)
      Map an input key to an output key.
      Parameters:
      key - the key to map
      Returns:
      the mapped key