类 SimpleLoadTimeWeaver

java.lang.Object
cn.taketoday.instrument.SimpleLoadTimeWeaver
所有已实现的接口:
LoadTimeWeaver

public class SimpleLoadTimeWeaver extends Object implements LoadTimeWeaver
LoadTimeWeaver that builds and exposes a SimpleInstrumentableClassLoader.

Mainly intended for testing environments, where it is sufficient to perform all class transformation on a newly created ClassLoader instance.

从以下版本开始:
4.0
作者:
Rod Johnson, Juergen Hoeller
另请参阅:
  • 构造器详细资料

    • SimpleLoadTimeWeaver

      public SimpleLoadTimeWeaver()
      Create a new SimpleLoadTimeWeaver for the current context ClassLoader.
      另请参阅:
    • SimpleLoadTimeWeaver

      public SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader classLoader)
      Create a new SimpleLoadTimeWeaver for the given ClassLoader.
      参数:
      classLoader - the ClassLoader to build a simple instrumentable ClassLoader on top of
  • 方法详细资料