entries

fun entries(deep: Boolean = false): Set<Map.Entry<String, Any>>

Gets the entry set of the YmlConfig

Return

The entry set of the YmlConfig

Parameters

deep

If true, the keys will contain all the keys within any child node (and their children, recursively). Otherwise, this will contain only the keys of any direct children, and not their own children.