- All Known Implementing Classes:
- ReportProperties.ReportPropertyMapper
- Enclosing interface:
- IProperties
public static interface IProperties.IMapper
An IMapper is a stateless hook for mapping a arbitrary property key
to another (useful, for example, for property aliasing and defaulting).
Each IMapper must be completely stateless and could be shared between
multiple IProperties instances (and invoked from multiple concurrent threads).