public interface ConfiguredValueResolver extends Deactivatable
Modifier and Type | Method and Description |
---|---|
<K,T> List<T> |
resolveInstances(ConfiguredValueDescriptor<K,T> descriptor)
Resolves 0-n instances configured for the given key of the type which is provided via the
ConfiguredValueDescriptor . |
isActivated
<K,T> List<T> resolveInstances(ConfiguredValueDescriptor<K,T> descriptor)
ConfiguredValueDescriptor
.K
- type of the keyT
- type of the configured valuedescriptor
- given descriptor for the configured-valueCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.