mleap
mleap copied to clipboard
Add setClassLoader method to MleapReflection
MleapReflection use Thread.currentThread().getContextClassLoader
as classLoader for mirror
.
In some case we need to specified classLoader without changing the current thread's classLoader.
Providing a set method here will make this hack easier.