public class EJBAnnotationVisitor extends java.lang.Object implements ClassMatchVisitorFactory
NO_OP_FACTORY
Constructor and Description |
---|
EJBAnnotationVisitor() |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.ClassVisitor |
newClassMatchVisitor(java.lang.ClassLoader loader,
java.lang.Class<?> classBeingRedefined,
org.objectweb.asm.ClassReader reader,
org.objectweb.asm.ClassVisitor cv,
InstrumentationContext context)
Returns a chaining class visitor that applies matching logic to the class referenced by the class reader and
classBeingRedefined.
|
public org.objectweb.asm.ClassVisitor newClassMatchVisitor(java.lang.ClassLoader loader, java.lang.Class<?> classBeingRedefined, org.objectweb.asm.ClassReader reader, org.objectweb.asm.ClassVisitor cv, InstrumentationContext context)
ClassMatchVisitorFactory
InstrumentationContext
.newClassMatchVisitor
in interface ClassMatchVisitorFactory