public static class AgentBuilder.TypeStrategy.ForBuildEntryPoint extends Object implements AgentBuilder.TypeStrategy
EntryPoint.AgentBuilder.TypeStrategy.Default, AgentBuilder.TypeStrategy.ForBuildEntryPoint| Constructor and Description |
|---|
ForBuildEntryPoint(EntryPoint entryPoint)
Creates a new type strategy for an entry point.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicType.Builder<?> |
builder(TypeDescription typeDescription,
ByteBuddy byteBuddy,
ClassFileLocator classFileLocator,
MethodNameTransformer methodNameTransformer)
Creates a type builder for a given type.
|
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
public ForBuildEntryPoint(EntryPoint entryPoint)
entryPoint - The entry point to apply.public DynamicType.Builder<?> builder(TypeDescription typeDescription, ByteBuddy byteBuddy, ClassFileLocator classFileLocator, MethodNameTransformer methodNameTransformer)
AgentBuilder.TypeStrategybuilder in interface AgentBuilder.TypeStrategytypeDescription - 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–2016. All rights reserved.