ClassReader
that does not apply a class file version check if the net.bytebuddy.experimental
property is set.
Modifier and Type | Field and Description |
---|---|
public static final int | ASM_API
Indicates the ASM API version that is used throughout Byte Buddy. |
public static final boolean | EXPERIMENTAL
|
public static final String | EXPERIMENTAL_PROPERTY
Indicates that Byte Buddy should not validate the maximum supported class file version. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
private static < The type of the action's resolved value. T> T | Returns: The action's resolved value.The action to execute from a privileged context. action)A proxy for |
public static ClassReader | Returns: An appropriate class reader.The binary representation of a class file to read. binaryRepresentation)Creates a class reader for the given binary representation of a class file. |
ASM_API | back to summary |
---|---|
public static final int ASM_API Indicates the ASM API version that is used throughout Byte Buddy. |
EXPERIMENTAL | back to summary |
---|---|
public static final boolean EXPERIMENTAL
|
EXPERIMENTAL_PROPERTY | back to summary |
---|---|
public static final String EXPERIMENTAL_PROPERTY Indicates that Byte Buddy should not validate the maximum supported class file version. |
OpenedClassReader | back to summary |
---|---|
private OpenedClassReader() Not intended for construction. |
doPrivileged | back to summary |
---|---|
private static <T> T doPrivileged(PrivilegedAction<T> action) A proxy for
|
of | back to summary |
---|---|
public static ClassReader of(byte[] binaryRepresentation) Creates a class reader for the given binary representation of a class file.
|