T - the source type which configuration data is to be retrievedpublic abstract class AbstractBasicConfigurationHelper<T> extends Object implements ConfigurationHelper<T>
| Constructor and Description |
|---|
AbstractBasicConfigurationHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
setNullValueProvider(NullValueProvider provider)
Defines a
NullValueProvider for invalid keys. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBean, getBoolean, getDouble, getInt, getLong, getStringpublic void setNullValueProvider(NullValueProvider provider)
ConfigurationHelperNullValueProvider for invalid keys.setNullValueProvider in interface ConfigurationHelper<T>provider - the NullValueProvider to set; not nullCopyright © 2021. All rights reserved.