| Modifier and Type | Class and Description |
|---|---|
static class |
Mech2JSONResult.Mech2JSONResultClass<T> |
static class |
Mech2JSONResult.Mech2JSONResultTypeReference<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Mech2JSONResult<T> |
Mech2JSONResult.of(Mech2Result result,
Class<T> klass) |
static <T> Mech2JSONResult<T> |
Mech2JSONResult.of(Mech2Result result,
com.fasterxml.jackson.core.type.TypeReference<T> klass) |
Mech2JSONResult<T> |
Mech2JSONResult.orDie() |
<T> Mech2JSONResult<T> |
Mech2Result.toJSONResult(Class<T> valueType) |
<T> Mech2JSONResult<T> |
Mech2Result.toJSONResult(com.fasterxml.jackson.core.type.TypeReference<T> klass) |
Copyright © 2014. All rights reserved.