@HashCodeAndEqualsPlugin.Enhance(includeSyntheticFields=true) protected class ByteArrayClassLoader.ClassDefinitionAction extends java.lang.Object implements java.security.PrivilegedAction<java.lang.Class<?>>
Modifier and Type | Field and Description |
---|---|
private byte[] |
binaryRepresentation
The binary representation of the class to be loaded.
|
private java.lang.String |
name
The binary name of the class to define.
|
Modifier | Constructor and Description |
---|---|
protected |
ClassDefinitionAction(java.lang.String name,
byte[] binaryRepresentation)
Creates a new class definition action.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
run() |
private final java.lang.String name
private final byte[] binaryRepresentation