| Package | Description |
|---|---|
| de.gerdiproject.json |
This package contains classes and packages of JSON objects.
|
| de.gerdiproject.json.datacite |
This package contains classes and packages that are related to DataCite JSON objects.
|
| de.gerdiproject.json.datacite.adapters |
This package contains GSON JsonSerializers and JsonDeserializers
for parsing and writing JSON objects that deal with
DataCiteJson and related classes.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractDate |
DateUtils.parseAbstractDate(String dateString,
DateType type)
Parses an AbstractDate from a specified date string.
|
| 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 |
|---|---|
Set<AbstractDate> |
DataCiteJson.getDates()
Retrieves the different dates relevant to the work.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataCiteJson.addDates(Collection<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–2019. All rights reserved.