Package net.bytebuddy.agent.builder
Class AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.LookupKey
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.LookupKey
- Enclosing class:
- AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled
protected static class AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.LookupKey
extends Object
A key for a class loader that can only be used for looking up a preexisting value but avoids reference management.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClassLoader
The represented class loader.private final int
The represented class loader's hash code or0
if this entry represents the bootstrap class loader. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LookupKey
(ClassLoader classLoader) Creates a new lookup key. -
Method Summary
-
Field Details
-
classLoader
The represented class loader. -
hashCode
private final int hashCodeThe represented class loader's hash code or0
if this entry represents the bootstrap class loader.
-
-
Constructor Details
-
LookupKey
Creates a new lookup key.- Parameters:
classLoader
- The represented class loader.
-
-
Method Details