-
- All Implemented Interfaces:
public interface ValueProvider<K extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract Objectprovide(KeyValueConfigurationContext<K> context)abstract Set<K>getKeys()Set of keys which might be asked from the context during target value configuration -
-
Method Detail
-
provide
abstract Object provide(KeyValueConfigurationContext<K> context)
-
getKeys
abstract Set<K> getKeys()
Set of keys which might be asked from the context during target value configuration
-
-
-
-