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)
    • suppressIfPropertyRegex

      public static boolean suppressIfPropertyRegex(String propertyName, Pattern pattern, boolean lookupIfMissing)
    • suppressUnlessPropertyRegex

      public static boolean suppressUnlessPropertyRegex(String propertyName, Pattern pattern, boolean lookupIfMissing)