public static interface AgentBuilder.TypeStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
AgentBuilder.TypeStrategy.Default
Default implementations of type strategies.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicType.Builder<?> |
builder(TypeDescription typeDescription,
ByteBuddy byteBuddy,
ClassFileLocator classFileLocator,
MethodRebaseResolver.MethodNameTransformer methodNameTransformer)
Creates a type builder for a given type.
|
DynamicType.Builder<?> builder(TypeDescription typeDescription, ByteBuddy byteBuddy, ClassFileLocator classFileLocator, MethodRebaseResolver.MethodNameTransformer methodNameTransformer)
typeDescription - The type being instrumented.byteBuddy - The Byte Buddy configuration.classFileLocator - The class file locator to use.methodNameTransformer - The method name transformer to use.Copyright © 2014–2015. All rights reserved.