FieldResolver

Utility for resolving fields from configuration sections.

This singleton provides logic for extracting values of various types (primitives, lists, maps, enums, and data classes) from a ConfigurationSection.

Functions

Link copied to clipboard
fun resolve(section: ConfigurationSection, path: String, type: KType, alias: String? = null): Any?

Resolves the value at the specified path from the section as the given type.