| Package | Description |
|---|---|
| net.obvj.confectory.mapper |
This package groups the
Mapper interface and its implementations, as well as
auxiliary classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
INIToJSONObjectMapper
A specialized
Mapper that loads the contents of a valid INI Source
(e.g.: file, URL) as a JSONObject. |
class |
INIToObjectMapper<T>
A specialized
Mapper that loads the contents of a valid INI Source
(e.g.: file, URL) into a POJO (Plain-Old Java Object). |
Copyright © 2022. All rights reserved.