mobi.voiceassistant.client.converter
Class SimpleRemoteTokenConverter

java.lang.Object
  extended by mobi.voiceassistant.client.converter.RemoteTokenConverter<RemoteModel>
      extended by mobi.voiceassistant.client.converter.SimpleRemoteTokenConverter
All Implemented Interfaces:
TokenConverter<ArrayList<RemoteModel>>

public final class SimpleRemoteTokenConverter
extends RemoteTokenConverter<RemoteModel>

Created with IntelliJ IDEA. User: morfeusys Date: 31.01.13 Time: 13:14


Field Summary
static TokenConverter<ArrayList<RemoteModel>> INSTANCE
           
 
Method Summary
 RemoteModel fromJson(JSONObject json)
           
static TokenConverter<ArrayList<RemoteModel>> getInstance()
           
 
Methods inherited from class mobi.voiceassistant.client.converter.RemoteTokenConverter
convert, fromJson, fromJsonArray, fromJsonArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TokenConverter<ArrayList<RemoteModel>> INSTANCE
Method Detail

getInstance

public static TokenConverter<ArrayList<RemoteModel>> getInstance()

fromJson

public RemoteModel fromJson(JSONObject json)
                     throws JSONException
Specified by:
fromJson in class RemoteTokenConverter<RemoteModel>
Throws:
JSONException