Mapper interface and its implementations, as well as
auxiliary classes.See: Description
| Interface | Description |
|---|---|
| Mapper<T> |
The base interface for a configuration mapper.
|
| Class | Description |
|---|---|
| AbstractBeanMapper<T> |
An abstract
Mapper for implementations intended to load the contents of an
InputStream into user-defined beans. |
| PropertiesMapper |
A specialized
Mapper that loads the contents of a Source (e.g.: file,
URL) as Properties (a table of key-value pairs). |
| StringMapper |
A specialized
Mapper that loads the contents of a Source (e.g.: file,
URL) as a String using the JVM default Charset, typically for
testing/troubleshooting or manual handling purposes. |
This package groups the Mapper interface and its implementations, as well as
auxiliary classes.
Copyright © 2021. All rights reserved.