类的使用
cn.taketoday.instrument.ShadowingClassLoader
使用ShadowingClassLoader的程序包
程序包
说明
Support package for load time weaving based on class loaders,
as required by JPA providers (but not JPA-specific).
-
cn.taketoday.instrument中ShadowingClassLoader的使用
修饰符和类型类说明classSubclass of ShadowingClassLoader that overrides attempts to locate certain files.修饰符和类型方法说明voidShadowingClassLoader.copyTransformers(ShadowingClassLoader other) Copy all ClassFileTransformers from the given ClassLoader to the list of transformers that this ClassLoader will apply.