public interface EntryPoint
| Modifier and Type | Interface and Description |
|---|---|
static class |
EntryPoint.Default
Default implementations for an entry point.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuddy |
getByteBuddy()
Returns the Byte Buddy instance to use.
|
DynamicType.Builder<?> |
transform(TypeDescription typeDescription,
ByteBuddy byteBuddy,
ClassFileLocator classFileLocator,
MethodNameTransformer methodNameTransformer)
Applies a transformation.
|
ByteBuddy getByteBuddy()
DynamicType.Builder<?> transform(TypeDescription typeDescription, ByteBuddy byteBuddy, ClassFileLocator classFileLocator, MethodNameTransformer methodNameTransformer)
typeDescription - The type to transform.byteBuddy - The Byte Buddy instance to use.classFileLocator - The class file locator to use.methodNameTransformer - The Method name transformer to use.Copyright © 2014–2017. All rights reserved.