public static interface Plugin.Engine.TypeStrategy
Modifier and Type | Interface and Description |
---|---|
static class |
Plugin.Engine.TypeStrategy.Default
Default implementations for type strategies.
|
static class |
Plugin.Engine.TypeStrategy.ForEntryPoint
A type strategy that represents a given
EntryPoint for a build tool. |
Modifier and Type | Method and Description |
---|---|
DynamicType.Builder<?> |
builder(ByteBuddy byteBuddy,
TypeDescription typeDescription,
ClassFileLocator classFileLocator)
Creates a builder for a given type.
|
DynamicType.Builder<?> builder(ByteBuddy byteBuddy, TypeDescription typeDescription, ClassFileLocator classFileLocator)
byteBuddy
- The Byte Buddy instance to use.typeDescription
- The type being transformed.classFileLocator
- A class file locator for finding the type's class file.Copyright © 2014–2020. All rights reserved.