Uses of Class
io.github.ttno1.configvalidation.defaultwrappers.AbstractConfigWrapper
Packages that use AbstractConfigWrapper
-
Uses of AbstractConfigWrapper in io.github.ttno1.configvalidation.defaultwrappers
Subclasses of AbstractConfigWrapper in io.github.ttno1.configvalidation.defaultwrappersModifier and TypeClassDescriptionclass
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.class
A ConfigWrapper that wraps a map produced from any of the Yaml load() methods.
This class is identical to MapConfigWrapper.