-
- All Implemented Interfaces:
public class Acquisition.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Acquisition.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AcquisitionfromJSON(JSONObject json, WarningLogger warnings)Creates an Acquisition from its JSON representation. final List<Acquisition>fromJSONArray(JSONArray json, WarningLogger warnings)Creates a list of Acquisition from its JSON representation. -
-
Method Detail
-
fromJSON
final Acquisition fromJSON(JSONObject json, WarningLogger warnings)
Creates an Acquisition from its JSON representation. If the acquisition can't be parsed, a warning will be logged with warnings.
-
fromJSONArray
final List<Acquisition> fromJSONArray(JSONArray json, WarningLogger warnings)
Creates a list of Acquisition from its JSON representation. If an acquisition can't be parsed, a warning will be logged with warnings.
-
-
-
-