Interface Plugin.Engine.TypeStrategy

    • Method Detail

      • builder

        DynamicType.Builder<?> builder​(ByteBuddy byteBuddy,
                                       TypeDescription typeDescription,
                                       ClassFileLocator classFileLocator)
        Creates a builder for a given type.
        Parameters:
        byteBuddy - The Byte Buddy instance to use.
        typeDescription - The type being transformed.
        classFileLocator - A class file locator for finding the type's class file.
        Returns:
        A dynamic type builder for the provided type.