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 java.lang.Object
A key for a class loader that can only be used for looking up a preexisting value but avoids reference management.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LookupKey(java.lang.ClassLoader classLoader)
Creates a new lookup key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object object)
int
hashCode()
-