public interface ConfiguredValueDescriptor<K,T>
Modifier and Type | Method and Description |
---|---|
K |
getKey()
Key for identifying a config entry.
|
Class<T> |
getTargetType()
Expected type of the config entry.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.