vertx-kuickstart-core / dev.fuelyour.vertxkuickstartcore.tools / DeserializerImpl / instantiate

instantiate

fun <T : Any> FullType<T>.instantiate(json: JsonObject?): T?
fun Type.instantiate(json: JsonObject?): Any?
fun <T : Any> FullType<T>.instantiate(arr: JsonArray?): T?
fun Type.instantiate(arr: JsonArray?): Any?
fun Type.instantiate(json: JsonObject?, genericsMap: Map<String, Type>): Any?