Uses of Class
me.geso.mech2.Mech2JSONResult
-
Uses of Mech2JSONResult in me.geso.mech2
Subclasses of Mech2JSONResult in me.geso.mech2Modifier and TypeClassDescriptionstatic classstatic classMethods in me.geso.mech2 that return Mech2JSONResultModifier and TypeMethodDescriptionstatic <T> Mech2JSONResult<T>Mech2JSONResult.of(Mech2Result result, com.fasterxml.jackson.core.type.TypeReference<T> klass) Create new instance.static <T> Mech2JSONResult<T>Mech2JSONResult.of(Mech2Result result, Class<T> klass) Create new instance.Mech2JSONResult.orDie()Throw exception if the response doesn't contain 2XX.<T> Mech2JSONResult<T>Mech2Result.toJSONResult(com.fasterxml.jackson.core.type.TypeReference<T> klass) Convert the result to Mech2JSONResult object.<T> Mech2JSONResult<T>Mech2Result.toJSONResult(Class<T> valueType) Convert the result to Mech2JSONResult object.