Package 

Object UID2Identity.Companion

    • Method Summary

      Modifier and Type Method Description
      final UID2Identity fromJson(JSONObject json) Helper function to parse a given JSON object into the expected UID2Identity instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromJson

         final UID2Identity fromJson(JSONObject json)

        Helper function to parse a given JSON object into the expected UID2Identity instance. If the JSON instance doesn't contain all required parameters, then null is returned.