protected static class AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.LookupKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.ClassLoader |
classLoader
The represented class loader.
|
private int |
hashCode
The represented class loader's hash code or
0 if this entry represents the bootstrap class loader. |
| Modifier | Constructor and Description |
|---|---|
protected |
LookupKey(java.lang.ClassLoader classLoader)
Creates a new lookup key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
private final java.lang.ClassLoader classLoader
private final int hashCode
0 if this entry represents the bootstrap class loader.