open class JBossLoadTimeWeaver : LoadTimeWeaver
LoadTimeWeaver implementation for JBoss's instrumentable ClassLoader. Thanks to Ales Justin and Marius Bogoevici for the initial prototype.
As of Spring Framework 5.0, this weaver supports WildFly 8+.
Author
Costin Leau
Author
Juergen Hoeller
Since
3.0
JBossLoadTimeWeaver()
Create a new instance of the JBossLoadTimeWeaver class using the default ClassLoader. JBossLoadTimeWeaver(classLoader: ClassLoader)
Create a new instance of the JBossLoadTimeWeaver class using the supplied ClassLoader. |
open fun addTransformer(transformer: ClassFileTransformer): Unit |
|
open fun getInstrumentableClassLoader(): ClassLoader |
|
open fun getThrowawayClassLoader(): ClassLoader |