Package com.alibaba.ttl.threadpool.agent
Class TtlTransformer
java.lang.Object
com.alibaba.ttl.threadpool.agent.TtlTransformer
- All Implemented Interfaces:
ClassFileTransformer
TTL
ClassFileTransformer
of Java Agent- Since:
- 0.9.0
- Author:
- Jerry Lee (oldratlee at gmail dot com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfinal byte[]
transform
(ClassLoader loader, String classFile, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classFileBuffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.instrument.ClassFileTransformer
transform
-
Method Details
-
transform
public final byte[] transform(@Nullable ClassLoader loader, @Nullable String classFile, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, @NonNull byte[] classFileBuffer) - Specified by:
transform
in interfaceClassFileTransformer
-