protected static interface AgentBuilder.Default.Transformation
Modifier and Type | Interface and Description |
---|---|
static class |
AgentBuilder.Default.Transformation.Compound
A compound transformation that applied several transformation in the given order and applies the first active transformation.
|
static class |
AgentBuilder.Default.Transformation.Ignored
A transformation that does not attempt to transform any type.
|
static interface |
AgentBuilder.Default.Transformation.Resolution
A resolution to a transformation.
|
static class |
AgentBuilder.Default.Transformation.Simple
A simple, active transformation.
|
Modifier and Type | Method and Description |
---|---|
AgentBuilder.Default.Transformation.Resolution |
resolve(TypeDescription typeDescription,
ClassLoader classLoader,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain)
Resolves an attempted transformation to a specific transformation.
|
AgentBuilder.Default.Transformation.Resolution resolve(TypeDescription typeDescription, ClassLoader classLoader, Class<?> classBeingRedefined, ProtectionDomain protectionDomain)
typeDescription
- A description of the type that is to be transformed.classLoader
- The class loader of the type being transformed.classBeingRedefined
- In case of a type redefinition, the loaded type being transformed or null
if that is not the case.protectionDomain
- The protection domain of the type being transformed.Copyright © 2014–2016. All rights reserved.