Class | Description |
---|---|
ClassTransformer |
ClassTransformer implements ClassFileTransformer and operates in a factory
like capacity to ensure that each classloader has its own transformer with an
appropriate classpool to ensure while transforming that classes are resolved
using the correct classpath.
|
WeavingClassLoader |
The WeavingClassLoader is a custom URLClassLoader that implements the
same functionality as the -javaagent transformation feature, passing all
classes through the ClassTransformer prior to definition.
|
Copyright © 2002 – 2024 Project Wonder.