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 |
|---|---|
NullValueProvider |
getNullValueProvider() |
void |
setNullValueProvider(NullValueProvider provider)
Defines a
NullValueProvider for invalid keys. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBean, getBoolean, getDouble, getInt, getLong, getMandatoryBoolean, getMandatoryDouble, getMandatoryInt, getMandatoryLong, getMandatoryString, getStringpublic void setNullValueProvider(NullValueProvider provider)
ConfigurationHelperNullValueProvider for invalid keys.setNullValueProvider in interface ConfigurationHelper<T>provider - the NullValueProvider to set; not nullpublic NullValueProvider getNullValueProvider()
getNullValueProvider in interface ConfigurationHelper<T>NullValueProvider associated with this helper.Copyright © 2021. All rights reserved.