| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
Mech2JSONResult.Mech2JSONResultClass<T> |
static class |
Mech2JSONResult.Mech2JSONResultTypeReference<T> |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static <T> Mech2JSONResult<T> |
Mech2JSONResult.of(Mech2Result result,
Class<T> klass)
Create new instance.
|
static <T> Mech2JSONResult<T> |
Mech2JSONResult.of(Mech2Result result,
com.fasterxml.jackson.core.type.TypeReference<T> klass)
Create new instance.
|
Mech2JSONResult<T> |
Mech2JSONResult.orDie()
Throw exception if the response doesn't contain 2XX.
|
<T> Mech2JSONResult<T> |
Mech2Result.toJSONResult(Class<T> valueType)
Convert the result to Mech2JSONResult object.
|
<T> Mech2JSONResult<T> |
Mech2Result.toJSONResult(com.fasterxml.jackson.core.type.TypeReference<T> klass)
Convert the result to Mech2JSONResult object.
|
Copyright © 2015. All rights reserved.