Hi, regarding this method in this class: <Configur...
# http4k
g
Hi, regarding this method in this class: ConfigurableMoshi.asA any particular reason why there is only a public method for
KClass
and nothing for
java.lang.reflect.Type
? I have a use-case to pass
ParameterizedType
that I construct using
com.squareup.moshi.Types.newParameterizedType()
, can I contribute a method here which accepts param of type Type?