类 BytecodeRetrievalTool

java.lang.Object
com.alibaba.bytekit.utils.BytecodeRetrievalTool

public class BytecodeRetrievalTool extends Object
运行时获取 JVM 实际字节码
作者:
hengyunabc 2024-02-27
  • 构造器详细资料

    • BytecodeRetrievalTool

      public BytecodeRetrievalTool()
  • 方法详细资料

    • getClassBytecode

      public static byte[] getClassBytecode(Instrumentation instrumentation, Class<?> clazz)