Join Slack
Powered by
Within a `operator fun getValue(thisRef: Any?, pro...
# reflect
i
Ian
02/04/2017, 1:14 PM
Within a
operator fun getValue(thisRef: Any?, property: KProperty<*>)
method of a delegate property object, how do I obtain the type of the
property
property as a Java
Class<>
(I need to use it to deserialize a Gson object)?
4
Views
Open in Slack
Previous
Next