Class MapConfigWrapper

java.lang.Object
io.github.ttno1.configvalidation.defaultwrappers.AbstractConfigWrapper
io.github.ttno1.configvalidation.defaultwrappers.MapConfigWrapper
All Implemented Interfaces:
ConfigWrapper
Direct Known Subclasses:
SnakeYamlConfigWrapper

public class MapConfigWrapper extends AbstractConfigWrapper
A ConfigWrapper that gets its values from a map of strings to objects.
This class assumes that all config subsections are contained within the main map as sub-maps.