Class NativeImageSystemPropertyBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.nativeimage.NativeImageSystemPropertyBuildItem

public final class NativeImageSystemPropertyBuildItem extends MultiBuildItem
A system property that will be set at native image build time
  • Constructor Details

    • NativeImageSystemPropertyBuildItem

      public NativeImageSystemPropertyBuildItem(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()