| Package | Description |
|---|---|
| net.obvj.confectory.helper |
This package contains classes that support data retrieval for supported
Configuration formats. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicConfigurationHelper<T>
A basic, abstract Configuration Helper object providing common infrastructure for
concrete implementations.
|
class |
BeanConfigurationHelper<T>
A Configuration Helper implementation for user-defined beans.
|
class |
NullConfigurationHelper<T>
A "no-op" Configuration Helper object for situations where an optional
Configuration object is not available. |
class |
PropertiesConfigurationHelper
A specialized Configuration Helper that retrieves data from a
Properties
object. |
Copyright © 2021. All rights reserved.