Class IsDevServicesSupportedByLaunchMode

java.lang.Object
io.quarkus.deployment.IsDevServicesSupportedByLaunchMode
All Implemented Interfaces:
BooleanSupplier

public class IsDevServicesSupportedByLaunchMode extends Object implements BooleanSupplier
boolean supplier that returns true if Dev Services are enabled. Intended for use with BuildStep.onlyIf()
  • Constructor Details

    • IsDevServicesSupportedByLaunchMode

      public IsDevServicesSupportedByLaunchMode(io.quarkus.runtime.LaunchMode launchMode)
  • Method Details