Interface ByteBuddyPatch.Mutation

Enclosing class:
ByteBuddyPatch

public static interface ByteBuddyPatch.Mutation
A single ordered mutation of a Byte Buddy type builder.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.bytebuddy.dynamic.DynamicType.Builder<?>
    apply(net.bytebuddy.dynamic.DynamicType.Builder<?> builder)
     
  • Method Details

    • apply

      net.bytebuddy.dynamic.DynamicType.Builder<?> apply(net.bytebuddy.dynamic.DynamicType.Builder<?> builder)