| Package | Description |
|---|---|
| de.gerdiproject.json.datacite |
This package contains classes and packages that are related to DataCite JSON objects.
|
| de.gerdiproject.json.datacite.adapter |
This package contains GSON JsonSerializers and JsonDeserializers
for parsing and writing JSON objects that deal with
DataCiteJson and related classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Date
This JsonObject describes a date that has been relevant to the work.
|
class |
DateRange
This JsonObject describes a date that has been relevant to the work.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractDate> |
DataCiteJson.getDates()
Returns different dates relevant to the work.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataCiteJson.setDates(List<AbstractDate> dates)
Changes dates relevant to the work.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractDate |
DateAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
DateAdapter.serialize(AbstractDate src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2017–2018. All rights reserved.