object JoinConfigCompatChecker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JoinConfigCompatChecker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def exists(requiredKeys: Seq[String], toCheck: Config): ConfigValidation
Checks that all
requiredKeys
are available intoCheck
Config.Checks that all
requiredKeys
are available intoCheck
Config.- requiredKeys
- a Seq of required keys
- toCheck
- the Config instance to be checked
- def fullMatch(requiredKeys: Seq[String], toCheck: Config, actualConfig: Config): ConfigValidation
Checks that all
requiredKeys
are available intoCheck
Config and its values match exactly the values incurrentConfig
.Checks that all
requiredKeys
are available intoCheck
Config and its values match exactly the values incurrentConfig
.- requiredKeys
- a Seq of required keys
- toCheck
- the Config instance to be checked
- actualConfig
- the Config instance containing the expected values