Package 

Interface DTO


  • 
    public interface DTO<T extends Object>
    
                        

    Data Transfer Object from JSON

    • Method Summary

      Modifier and Type Method Description
      abstract T load(JSONObject jsonObject) Load from JSONObject to Object.
      • Methods inherited from class io.karte.android.tracking.DTO

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • load

         abstract T load(JSONObject jsonObject)

        Load from JSONObject to Object.