public class ResponseFactory extends Object
Modifier and Type | Method and Description |
---|---|
Response<? extends Payload> |
fromJson(com.google.gson.JsonElement... args) |
Response<? extends Payload> |
fromJson(com.google.gson.JsonObject jsonObject) |
Response<? extends Payload> |
fromJson(String event,
com.google.gson.JsonElement... args) |
static ResponseFactory |
getInstance() |
public static ResponseFactory getInstance()
public Response<? extends Payload> fromJson(String event, com.google.gson.JsonElement... args)
Copyright © 2014–2015. All rights reserved.