hello everyone, is there something i can do with the scripting api to ensure the proper classloaders are used? my problem is that i am checking the fields/memberProperties of the resulting script object and if they are of a certain type (`instanceof`/`is`), i then perform exra logic. Problem is this doesn't work because the classloader the script uses isn't the same as the classloader the app uses