Package net.solarnetwork.settings
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
-
Method Details
-
mapKey
Map an input key to an output key.- Parameters:
key- the key to map- Returns:
- the mapped key
-