Skip to content

//core/io.github.serpro69.kfaker/FakerService/resolve

resolve

[jvm]\ fun resolve(category: YamlCategory, key: String): String

Resolves RawExpression value of the key in this category.

[jvm]\ fun resolve(category: YamlCategory, key: String, secondaryKey: String): String

Resolves RawExpression value of the key and secondaryKey in this category.

[jvm]\ fun resolve(category: YamlCategory, key: String, secondaryKey: String, thirdKey: String): String

Resolves RawExpression value of the key, secondaryKey, and thirdKey in this category.