All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.java.lang.reflect.Type.kt Maven / Gradle / Ivy

package name.remal

import name.remal.reflection.TypeUtils
import java.lang.reflect.Type

fun Type.asClass() = TypeUtils.toClass(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy