-
public class PublicationCollection.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PublicationCollection.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PublicationCollectionfromJSON(Object json, WarningLogger warnings)Parses a PublicationCollection from its RWPM JSON representation. final Map<String, List<PublicationCollection>>collectionsFromJSON(JSONObject json, WarningLogger warnings)Parses a map of PublicationCollection indexed by their roles from its RWPM JSON representation. -
-
Method Detail
-
fromJSON
final PublicationCollection fromJSON(Object json, WarningLogger warnings)
Parses a PublicationCollection from its RWPM JSON representation.
If the collection can't be parsed, a warning will be logged with warnings.
-
collectionsFromJSON
final Map<String, List<PublicationCollection>> collectionsFromJSON(JSONObject json, WarningLogger warnings)
Parses a map of PublicationCollection indexed by their roles from its RWPM JSON representation.
If the collection can't be parsed, a warning will be logged with warnings.
-
-
-
-