@HashCodeAndEqualsPlugin.Enhance(includeSyntheticFields=true) protected class ByteArrayClassLoader.ClassDefinitionAction extends Object implements PrivilegedAction<Class<?>>
Modifier | Constructor and Description |
---|---|
protected |
ClassDefinitionAction(String name,
byte[] binaryRepresentation)
Creates a new class definition action.
|
protected ClassDefinitionAction(String name, byte[] binaryRepresentation)
name
- The binary name of the class to define.binaryRepresentation
- The binary representation of the class to be loaded.public Class<?> run()
run
in interface PrivilegedAction<Class<?>>
Copyright © 2014–2025. All rights reserved.