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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReiteratingIterable(Instrumentation instrumentation)
Creates a new reiterating iterable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Iterable<Class<?>>>
iterator()
-
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
-
-
-
-
Constructor Detail
-
ReiteratingIterable
protected ReiteratingIterable(Instrumentation instrumentation)
Creates a new reiterating iterable.- Parameters:
instrumentation
- The instrumentation instance to use.
-
-