1 个仓库
Validates that a loaded configuration contains all expected keys by comparing it against a reference configuration.
Distinct from Configuration Validation: Distinct from Configuration Validation: validates against a reference schema rather than general syntax or structure checks.
Explore 1 awesome GitHub repository matching devops & infrastructure · Reference Schema Validators. Refine with filters or upvote what's useful.
This is a configuration library for JVM applications that parses HOCON, JSON, and Java properties files into an immutable tree structure. It resolves ${...} placeholders by traversing the configuration tree and falling back to environment variables and system properties, and validates loaded configurations against a reference schema. The library loads configuration from classpath resources, files, URLs, system properties, and environment variables, merging them with priority-based override semantics. It provides typed value access with automatic type coercion, supports dot-path navigation,
Checks that a configuration contains all keys present in a reference config, throwing an exception for mismatches.