public class OpenedClassReader extends 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 String |
EXPERIMENTAL_PROPERTY
Indicates that Byte Buddy should not validate the maximum supported class file version.
|
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 String EXPERIMENTAL_PROPERTY
public static final boolean EXPERIMENTAL
true
if Byte Buddy is executed in experimental mode.public static final int ASM_API
Copyright © 2014–2019. All rights reserved.