Package io.quarkus.deployment.pkg
Interface PackageConfig.DecompilerConfig
- Enclosing interface:
- PackageConfig
public static interface PackageConfig.DecompilerConfig
Configuration for the decompiler.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()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
The directory into which to save the decompilation tool if it doesn't exist locally.
-