public static interface Plugin.Engine.TypeStrategy
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Plugin.Engine.TypeStrategy.DefaultDefault implementations for type strategies. | 
| static class  | Plugin.Engine.TypeStrategy.ForEntryPointA type strategy that represents a given  EntryPointfor 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–2019. All rights reserved.