Class SnakeYamlConfigWrapper
java.lang.Object
io.github.ttno1.configvalidation.defaultwrappers.AbstractConfigWrapper
io.github.ttno1.configvalidation.defaultwrappers.MapConfigWrapper
io.github.ttno1.configvalidation.defaultwrappers.SnakeYamlConfigWrapper
- All Implemented Interfaces:
ConfigWrapper
A ConfigWrapper that wraps a map produced from any of the Yaml load() methods.
This class is identical to MapConfigWrapper.
This class is identical to MapConfigWrapper.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.ttno1.configvalidation.defaultwrappers.MapConfigWrapper
get, getConfigSubsection, getList, isConfigSubsection, isList
Methods inherited from class io.github.ttno1.configvalidation.defaultwrappers.AbstractConfigWrapper
containsNode, getBoolean, getByte, getDouble, getFloat, getInteger, getLong, getShort, getString, isBoolean, isByte, isDouble, isFloat, isInteger, isLong, isShort, isString
-
Constructor Details
-
SnakeYamlConfigWrapper
-