Package net.bytebuddy.agent.builder
Class AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating.ReiteratingIterable
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating.ReiteratingIterable
- Enclosing class:
- AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating
@Enhance
protected static class AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating.ReiteratingIterable
extends Object
implements Iterable<Iterable<Class<?>>>
An iterable that returns any loaded types and checks if any additional types were loaded during the last instrumentation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Instrumentation
The instrumentation instance to use. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReiteratingIterable
(Instrumentation instrumentation) Creates a new reiterating iterable. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator