public class ApiImplementationUpdate extends java.lang.Object implements ContextClassTransformer
| Modifier | Constructor and Description |
|---|---|
protected |
ApiImplementationUpdate() |
| Modifier and Type | Method and Description |
|---|---|
protected ClassMatchVisitorFactory |
getMatcher()
For testing.
|
static void |
setup(InstrumentationContextManager manager) |
byte[] |
transform(java.lang.ClassLoader loader,
java.lang.String className,
java.lang.Class<?> classBeingRedefined,
java.security.ProtectionDomain protectionDomain,
byte[] classfileBuffer,
InstrumentationContext context,
OptimizedClassMatcher.Match match) |
protected ApiImplementationUpdate()
throws java.lang.Exception
java.lang.Exceptionpublic static void setup(InstrumentationContextManager manager) throws java.lang.Exception
java.lang.Exceptionpublic byte[] transform(java.lang.ClassLoader loader,
java.lang.String className,
java.lang.Class<?> classBeingRedefined,
java.security.ProtectionDomain protectionDomain,
byte[] classfileBuffer,
InstrumentationContext context,
OptimizedClassMatcher.Match match)
throws java.lang.instrument.IllegalClassFormatException
transform in interface ContextClassTransformerjava.lang.instrument.IllegalClassFormatExceptionprotected ClassMatchVisitorFactory getMatcher()