Package net.obvj.confectory.internal.helper
This package contains classes that support data retrieval for supported
Configuration formats.
- Since:
- 0.1.0
-
Interface Summary Interface Description ConfigurationHelper<T> An abstraction for objects that retrieve data from previously loadedConfigurationobjects. -
Class Summary Class Description BasicConfigurationHelper<T> A basic, abstract Configuration Helper object providing common infrastructure for concrete implementations.BeanConfigurationHelper<T> A Configuration Helper implementation for user-defined beans.DocumentConfigurationHelper A generic Configuration Helper that retrieves data from an XMLDocumentusing XPath.GenericJsonConfigurationHelper<J> A generic Configuration Helper that retrieves data from a JSON document, with JSONPath capabilities.JsonSmartConfigurationHelper A specialized Configuration Helper that retrieves data fromnet.minidev's (json-smart)JSONObject, with JSONPath capabilities.NullConfigurationHelper<T> A "no-op" Configuration Helper object for situations where an optionalConfigurationobject is not available.PropertiesConfigurationHelper A specialized Configuration Helper that retrieves data from aPropertiesobject.