类 InstrumentTransformer
java.lang.Object
com.alibaba.bytekit.asm.instrument.InstrumentTransformer
- 所有已实现的接口:
ClassFileTransformer
- 作者:
- hengyunabc 2020-11-13
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明byte[]transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.lang.instrument.ClassFileTransformer
transform
-
构造器详细资料
-
InstrumentTransformer
-
-
方法详细资料
-
transform
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException - 指定者:
transform在接口中ClassFileTransformer- 抛出:
IllegalClassFormatException
-