mirror of
https://github.com/lightbend/config.git
synced 2025-03-18 05:10:56 +08:00
Mention getIsNull and hasPathOrNull as exceptions to "Config hides null" docs
This commit is contained in:
parent
26dc482c0f
commit
2af0b42ad9
@ -75,8 +75,9 @@ import java.util.concurrent.TimeUnit;
|
||||
* conceptually, {@code ConfigValue}s with a {@link ConfigValue#valueType()
|
||||
* valueType()} of {@link ConfigValueType#NULL NULL} exist in a
|
||||
* {@code ConfigObject}, while a {@code Config} treats null values as if they
|
||||
* were missing.
|
||||
*
|
||||
* were missing. (With the exception of two methods: {@link Config#hasPathOrNull}
|
||||
* and {@link Config#getIsNull} let you detect <code>null</code> values.)
|
||||
*
|
||||
* <p>
|
||||
* <strong>Getting configuration values</strong>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user