Interface PackageConfig.DecompilerConfig

Enclosing interface:
PackageConfig

public static interface PackageConfig.DecompilerConfig
Configuration for the decompiler.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Enable decompilation of generated and transformed bytecode into the `decompiled` directory.
    The directory into which to save the decompilation tool if it doesn't exist locally.
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      Enable decompilation of generated and transformed bytecode into the `decompiled` directory.
    • jarDirectory

      @WithDefault("${user.home}/.quarkus") String jarDirectory()
      The directory into which to save the decompilation tool if it doesn't exist locally.