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 | |
| StringMapper |
A specialized
Mapper that loads the contents of an InputStream as
String, 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.