T - the source type which configuration data is to be retrievedpublic interface ConfigurationHelper<T> extends ConfigurationDataRetriever<T>
| Modifier and Type | Method and Description |
|---|---|
void |
setNullValueProvider(NullValueProvider provider)
Defines a
NullValueProvider for invalid keys. |
getBean, getBooleanProperty, getDoubleProperty, getIntProperty, getLongProperty, getStringPropertyvoid setNullValueProvider(NullValueProvider provider)
NullValueProvider for invalid keys.provider - the NullValueProvider to set; not nullNullPointerException - if the specified provider is nullCopyright © 2021. All rights reserved.