Package org.refcodes.properties


package org.refcodes.properties
This artifact provides a canonical model for processing properties from various different formats (*.yaml, *.ini, *.toml, *.json, *.xml or *.properties) and locations (JAR files, file system files, streams, HTTP resources or GIT repositories) and for converting properties to and from POJOs (plain java objects) and for applying various transformations and views to the properties.

Please refer to the refcodes-properties: Managing your application's configuration documentation for an up-to-date and detailed description on the usage of this artifact.