public interface ConfigKeySelfExtracting<T> extends ConfigKey<T>
ConfigKey.HasConfigKey<T>
Modifier and Type | Method and Description |
---|---|
T |
extractValue(java.util.Map<?,?> configMap,
ExecutionContext exec)
Extracts the value for this config key from the given map.
|
boolean |
isSet(java.util.Map<?,?> configMap) |
getDefaultValue, getDescription, getInheritance, getName, getNameParts, getType, getTypeName, getTypeToken, hasDefaultValue, isReconfigurable
T extractValue(java.util.Map<?,?> configMap, ExecutionContext exec)
boolean isSet(java.util.Map<?,?> configMap)