-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCondition.Companion
-
Method Summary
Modifier and Type Method Description abstract Booleanmatch(KeyValueConfigurationContext<K> context)abstract Set<K>getKeys()Set of keys which might be asked from the context during target value configuration -
-
Method Detail
-
match
abstract Boolean match(KeyValueConfigurationContext<K> context)
-
getKeys
abstract Set<K> getKeys()
Set of keys which might be asked from the context during target value configuration
-
-
-
-