public interface EntryPoint
Modifier and Type | Interface and Description |
---|---|
static class |
EntryPoint.Default
Default implementations for an entry point.
|
static class |
EntryPoint.Unvalidated
An entry point that wraps another entry point but disables validation.
|
Modifier and Type | Method and Description |
---|---|
ByteBuddy |
byteBuddy(ClassFileVersion classFileVersion)
Returns the Byte Buddy instance to use.
|
DynamicType.Builder<?> |
transform(TypeDescription typeDescription,
ByteBuddy byteBuddy,
ClassFileLocator classFileLocator,
MethodNameTransformer methodNameTransformer)
Applies a transformation.
|
ByteBuddy byteBuddy(ClassFileVersion classFileVersion)
classFileVersion
- The class file version in which to represent class files.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–2024. All rights reserved.