Configuration data.See: Description
| Interface | Description |
|---|---|
| NullValueProvider |
An object that provides "logic-nulls" for Java types (especially primitive ones) when a
configuration key is not found.
|
| Class | Description |
|---|---|
| AbstractNullValueProvider |
An abstract
NullValueProvider with common methods implemented. |
| StandardNullValueProvider |
An object that provides "smart-nulls" for Java types (specially primitive ones) when a
configuration key is not found.
|
This package contains classes that support custom null-value handling for
Configuration data.
Copyright © 2021. All rights reserved.