@HashCodeAndEqualsPlugin.Enhance(includeSyntheticFields=true) protected class AgentBuilder.Default.ExecutingTransformer.LegacyVmDispatcher extends Object implements PrivilegedAction<byte[]>
| Modifier | Constructor and Description |
|---|---|
protected |
LegacyVmDispatcher(ClassLoader classLoader,
String internalName,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] binaryRepresentation)
Creates a new type transformation dispatcher.
|
protected LegacyVmDispatcher(@MaybeNull ClassLoader classLoader, @MaybeNull String internalName, @MaybeNull Class<?> classBeingRedefined, @MaybeNull ProtectionDomain protectionDomain, byte[] binaryRepresentation)
classLoader - The type's class loader or null if the bootstrap class loader is represented.internalName - The type's internal name or null if no such name exists.classBeingRedefined - The class being redefined or null if no such class exists.protectionDomain - The type's protection domain or null if not available.binaryRepresentation - The type's binary representation.@MaybeNull public byte[] run()
run in interface PrivilegedAction<byte[]>Copyright © 2014–2025. All rights reserved.