Ticket #1496
I was looking for an implementation of subj for sys::Type and java.lang.Class. I found Type->toClass and nothing that simple for reverse conversion.
sys::Type
java.lang.Class
Type->toClass
Does that sound like a good API addition?
Promoted to ticket #1496 and assigned to brian
Yeah, seems like a good idea.
Ticket resolved in 1.0.59
Added two new Interop methods:
public static Type toFan(Class cls) public static Class toJava(Type type)
Login or Signup to reply.
vkuzkokov Tue 19 Apr 2011
I was looking for an implementation of subj for
sys::Type
andjava.lang.Class
. I foundType->toClass
and nothing that simple for reverse conversion.Does that sound like a good API addition?
brian Tue 19 Apr 2011
Promoted to ticket #1496 and assigned to brian
Yeah, seems like a good idea.
brian Tue 31 May 2011
Ticket resolved in 1.0.59
Added two new Interop methods: