protected static class AgentBuilder.Default.Transformation.TransformerIterator extends Object implements Iterator<AgentBuilder.Transformer>
Modifier | Constructor and Description |
---|---|
protected |
TransformerIterator(TypeDescription typeDescription,
ClassLoader classLoader,
JavaModule module,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
List<AgentBuilder.Default.Transformation> transformations)
Creates a new iterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
AgentBuilder.Transformer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected TransformerIterator(TypeDescription typeDescription, ClassLoader classLoader, JavaModule module, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, List<AgentBuilder.Default.Transformation> transformations)
typeDescription
- A description of the matched type.classLoader
- The type's class loader.module
- The type's module.classBeingRedefined
- The class being redefined or null
if the type was not previously loaded.protectionDomain
- The type's protection domain.transformations
- The matched transformations.public boolean hasNext()
hasNext
in interface Iterator<AgentBuilder.Transformer>
public AgentBuilder.Transformer next()
next
in interface Iterator<AgentBuilder.Transformer>
public void remove()
remove
in interface Iterator<AgentBuilder.Transformer>
Copyright © 2014–2020. All rights reserved.