public class OpenedClassReader
extends java.lang.Object
ClassReader
that does not apply a class file version check if the net.bytebuddy.experimental
property is set.Modifier and Type | Field and Description |
---|---|
static int |
ASM_API
Indicates the ASM API version that is used throughout Byte Buddy.
|
static boolean |
EXPERIMENTAL
true if Byte Buddy is executed in experimental mode. |
static java.lang.String |
EXPERIMENTAL_PROPERTY
Indicates that Byte Buddy should not validate the maximum supported class file version.
|
Modifier | Constructor and Description |
---|---|
private |
OpenedClassReader()
Not intended for construction.
|
Modifier and Type | Method and Description |
---|---|
static org.objectweb.asm.ClassReader |
of(byte[] binaryRepresentation)
Creates a class reader for the given binary representation of a class file.
|
public static final java.lang.String EXPERIMENTAL_PROPERTY
public static final boolean EXPERIMENTAL
true
if Byte Buddy is executed in experimental mode.public static final int ASM_API