aem-plugin / com.cognifide.gradle.aem.common.http / HttpClient / asObjectFromJson

asObjectFromJson

fun <reified T : Any> asObjectFromJson(response: HttpResponse): T
fun <T> asObjectFromJson(response: HttpResponse, clazz: Class<T>): T