| Package | Description |
|---|---|
| de.gerdiproject.harvest.application |
This package contains classes and packages that are related to server and application settings.
|
| de.gerdiproject.harvest.config |
This package contains classes and packages that are related to the global harvester Configuration.
|
| de.gerdiproject.harvest.config.json.adapters |
This package contains GSON JsonSerializers and JsonDeserializers
for parsing and writing JSON objects that are related to the configuration and parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
MainContext.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.getAsJson(javax.ws.rs.core.MultivaluedMap<String,String> query) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ConfigurationAdapter.serialize(Configuration src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2017–2019. All rights reserved.