Class ByteBuddyMojo.ForProductionTypes

java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.bytebuddy.build.maven.ByteBuddyMojo
net.bytebuddy.build.maven.ByteBuddyMojo.ForProductionTypes
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
ByteBuddyMojo.ForProductionTypes.WithExtendedDependencies, ByteBuddyMojo.ForProductionTypes.WithoutRuntimeDependencies, ByteBuddyMojo.ForProductionTypes.WithRuntimeDependencies
Enclosing class:
ByteBuddyMojo

public abstract static class ByteBuddyMojo.ForProductionTypes extends ByteBuddyMojo
A Byte Buddy plugin that transforms a project's production class files.
  • Constructor Details

    • ForProductionTypes

      public ForProductionTypes()
  • Method Details

    • getOutputDirectory

      protected String getOutputDirectory()
      Description copied from class: ByteBuddyMojo
      Returns the output directory to search for class files.
      Specified by:
      getOutputDirectory in class ByteBuddyMojo
      Returns:
      The output directory to search for class files.
    • getSourceDirectory

      @MaybeNull protected String getSourceDirectory()
      Description copied from class: ByteBuddyMojo
      Returns the source directory that determines the class files to process.
      Specified by:
      getSourceDirectory in class ByteBuddyMojo
      Returns:
      The source directory that serves as an input for the transformation.