Package io.github.ttno1.configvalidation.defaultwrappers
package io.github.ttno1.configvalidation.defaultwrappers
-
ClassesClassDescriptionA ConfigWrapper that gets
Object
values from some source for a given path.A ConfigWrapper that wraps an Apache Commons Config Configuration.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.A ConfigWrapper that wraps a map produced from any of the Yaml load() methods.
This class is identical to MapConfigWrapper.