Class MappedObjectClassLoader

All Implemented Interfaces:
Closeable, AutoCloseable

public class MappedObjectClassLoader extends URLClassLoader
This classloader is responsible for applying the bytecode transformation to mapped objects. The transformation can either be applied using a Java agent, or with the convenient fork(java.lang.Class<?>, java.lang.String[]) method.
Author:
Riven
  • Method Details