| Package | Description |
|---|---|
| de.gerdiproject.json.datacite |
This package contains classes and packages that are related to DataCite JSON objects.
|
| de.gerdiproject.json.datacite.extension |
This package contains JSON objects that extend the DataCite schema.
|
| de.gerdiproject.json.datacite.extension.adapter |
This package contains GSON JsonSerializers and JsonDeserializers
for parsing and writing JSON objects that are part of the GeRDI extension of the
DataCiteJson.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractResearch> |
DataCiteJson.getResearchDisciplines()
Retrieves the list of human readable names of the research disciplines,
meaning the topics or domains that this document covers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataCiteJson.setResearchDisciplines(List<AbstractResearch> researchDisciplines)
Changes the list of human readable names of the research disciplines,
meaning the topics or domains that this document covers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResearchArea
This class defines a JSON object that represents the general area to which a
ResearchDiscipline belongs.
|
class |
ResearchDiscipline
This class defines JSON objects that represent precise research disciplines.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractResearch |
ResearchAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ResearchAdapter.serialize(AbstractResearch src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2017–2018. All rights reserved.