@HashCodeAndEqualsPlugin.Enhance protected static class AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating.ReiteratingIterable extends java.lang.Object implements java.lang.Iterable<java.lang.Iterable<java.lang.Class<?>>>
Modifier and Type | Field and Description |
---|---|
private java.lang.instrument.Instrumentation |
instrumentation
The instrumentation instance to use.
|
Modifier | Constructor and Description |
---|---|
protected |
ReiteratingIterable(java.lang.instrument.Instrumentation instrumentation)
Creates a new reiterating iterable.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.lang.Iterable<java.lang.Class<?>>> |
iterator() |
private final java.lang.instrument.Instrumentation instrumentation