mleap icon indicating copy to clipboard operation
mleap copied to clipboard

Add setClassLoader method to MleapReflection

Open austinzh opened this issue 2 years ago • 0 comments

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.

austinzh avatar Apr 28 '22 21:04 austinzh