T - the source type which configuration data is to be retrievedpublic interface ConfigurationHelper<T> extends ConfigurationDataRetriever<T>
| Modifier and Type | Method and Description |
|---|---|
NullValueProvider |
getNullValueProvider() |
void |
setNullValueProvider(NullValueProvider provider)
Defines a
NullValueProvider for invalid keys. |
getBean, getBoolean, getDouble, getInt, getLong, getMandatoryBoolean, getMandatoryDouble, getMandatoryInt, getMandatoryLong, getMandatoryString, getStringvoid setNullValueProvider(NullValueProvider provider)
NullValueProvider for invalid keys.provider - the NullValueProvider to set; not nullNullPointerException - if the specified provider is nullNullValueProvider getNullValueProvider()
NullValueProvider associated with this helper.Copyright © 2021. All rights reserved.