Class SuppressConditions

java.lang.Object
io.quarkus.arc.runtime.SuppressConditions

public final class SuppressConditions extends Object
  • Method Details

    • suppressIfProperty

      public static boolean suppressIfProperty(String propertyName, String stringValue, boolean lookupIfMissing)
    • suppressUnlessProperty

      public static boolean suppressUnlessProperty(String propertyName, String stringValue, boolean lookupIfMissing)