Package org.drools.wiring.api.util
Interface ByteArrayClassLoader
public interface ByteArrayClassLoader
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>defineClass(String name, byte[] bytes, ProtectionDomain domain)
-
Method Details
-
defineClass
-