protected static class AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.StorageKey extends WeakReference<ClassLoader>
| Modifier | Constructor and Description |
|---|---|
protected |
StorageKey(ClassLoader classLoader)
Creates a new storage key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
protected boolean |
isBootstrapLoader()
Checks if this reference represents the bootstrap class loader.
|
protected StorageKey(@MaybeNull ClassLoader classLoader)
classLoader - The represented class loader or null for the bootstrap class loader.protected boolean isBootstrapLoader()
true if this entry represents the bootstrap class loader.public boolean equals(@MaybeNull Object other)
Copyright © 2014–2025. All rights reserved.