Package-level declarations
Types
Link copied to clipboard
Sealed hierarchy representing all configuration errors that can occur during deserialization, validation, and key resolution.
Link copied to clipboard
class ConfigErrorCollector
Mutable accumulator for ConfigError instances generated during deserialization and validation.
Link copied to clipboard
Renders a list of ConfigError instances into a human-readable, optionally ANSI-colored report.
Functions
Link copied to clipboard
Finds the element in this collection that is closest to input by Levenshtein distance, provided the distance does not exceed maxDistance.
Link copied to clipboard
Computes the Levenshtein distance between this string and other.