Interface OptionsMap

All Superinterfaces:
Map<String,Object>
All Known Implementing Classes:
OptionsMapWrapper

public interface OptionsMap extends Map<String,Object>
A variant of the map interface that has the purpose of easing the manipulation of options based on string values. These are typically fetched from Properties and the like. See unit tests for details.
Author:
brandizi
Date:
16 Sep 2020