public class ClassFileVersionValidatorWrapper
extends net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase, net.bytebuddy.asm.AsmVisitorWrapper.Compound, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods, net.bytebuddy.asm.AsmVisitorWrapper.NoOp| Modifier and Type | Field and Description |
|---|---|
static ClassFileVersionValidatorWrapper |
Instance |
| Constructor and Description |
|---|
ClassFileVersionValidatorWrapper() |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.jar.asm.ClassVisitor |
wrap(net.bytebuddy.description.type.TypeDescription typeDescription,
net.bytebuddy.jar.asm.ClassVisitor classVisitor,
net.bytebuddy.implementation.Implementation.Context context,
net.bytebuddy.pool.TypePool typePool,
net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fieldList,
net.bytebuddy.description.method.MethodList<?> methodList,
int writerFlags,
int readerFlags) |
public static final ClassFileVersionValidatorWrapper Instance
public net.bytebuddy.jar.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription typeDescription,
net.bytebuddy.jar.asm.ClassVisitor classVisitor,
net.bytebuddy.implementation.Implementation.Context context,
net.bytebuddy.pool.TypePool typePool,
net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fieldList,
net.bytebuddy.description.method.MethodList<?> methodList,
int writerFlags,
int readerFlags)