public static interface AgentBuilder.RedefinitionStrategy.DiscoveryStrategy
Modifier and Type | Interface and Description |
---|---|
static class |
AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Explicit
An explicit discovery strategy that only attempts the redefinition of specific types.
|
static class |
AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating
A discovery strategy that considers all loaded types supplied by
Instrumentation.getAllLoadedClasses() . |
static class |
AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.SinglePass
A discovery strategy that considers all loaded types supplied by
Instrumentation.getAllLoadedClasses() . |
Modifier and Type | Method and Description |
---|---|
Iterable<Iterable<Class<?>>> |
resolve(Instrumentation instrumentation)
Resolves an iterable of types to retransform.
|
Iterable<Iterable<Class<?>>> resolve(Instrumentation instrumentation)
instrumentation
- The instrumentation instance used for the redefinition.Copyright © 2014–2022. All rights reserved.