| Package | Description |
|---|---|
| net.obvj.confectory.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesToJSONObjectMapper
A specialized
Mapper that loads the contents of a Source (e.g.: file,
URL) in the Properties format (a sequence of key-value pairs) and converts it
into a JSONObject (json.org reference implementation). |
class |
XMLToJSONObjectMapper
A specialized
Mapper that loads the contents of a valid XML Source
(e.g.: file, URL) and converts it into a JSONObject (using json.org
reference implementation). |
Copyright © 2021. All rights reserved.