-
public class Locator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Locator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LocatorfromJSON(JSONObject json, WarningLogger warnings)Creates a Locator from its JSON representation. final LocatorfromLegacyJSON(JSONObject json, WarningLogger warnings)Creates a Locator from its legacy JSON representation. final List<Locator>fromJSONArray(JSONArray json, WarningLogger warnings)-
-
Method Detail
-
fromJSON
final Locator fromJSON(JSONObject json, WarningLogger warnings)
Creates a Locator from its JSON representation.
-
fromLegacyJSON
final Locator fromLegacyJSON(JSONObject json, WarningLogger warnings)
-
fromJSONArray
final List<Locator> fromJSONArray(JSONArray json, WarningLogger warnings)
-
-
-
-