Skip navigation links

Confectory Core 2.1.0 API

This is the API specification for the core part of the Confectory project.

See: Description

Packages 
Package Description
net.obvj.confectory
The main package.
net.obvj.confectory.internal.helper
This package contains classes that support data retrieval for supported Configuration formats.
net.obvj.confectory.mapper
This package groups the Mapper interface and its implementations, as well as auxiliary classes.
net.obvj.confectory.merger
This package contains the ConfigurationMerger implementations, as well as auxiliary classes.
net.obvj.confectory.settings
Classes for settings that are particularly related to the Confectory project.
net.obvj.confectory.source
This package groups the Source interface and its implementations, as well as auxiliary classes.
net.obvj.confectory.util
Utility classes in general.

This is the API specification for the core part of the Confectory project.

Confectory is a modular framework, designed to hide the complexity of handling configuration files for Java applications in general, providing a reliable and fast API for parsing data from different sources (e.g.: file or URL) in a variety of formats and querying data transparently, using a unified data query language: JSONPath.

The core part of the project defines the base API and provides basic standard functionality, including:

For additional modules, refer to the Confectory project home here.

Skip navigation links

Copyright © 2022. All rights reserved.