vertx / io.vertx.rxjava.ext.web.client / HttpResponse / bodyAsJson

bodyAsJson

open fun <R : Any> bodyAsJson(type: Class<R>): R

Parameters

type -

Return
the response body decoded as the specified type with the Jackson mapper.