Class PropertiesUtil

java.lang.Object
io.quarkus.runtime.configuration.PropertiesUtil

public class PropertiesUtil extends Object
  • Method Details

    • isPropertyInRoots

      public static boolean isPropertyInRoots(String property, Set<String> roots)
    • isPropertyInRoot

      public static boolean isPropertyInRoot(String property, String root)
    • isPropertyQuarkusCompoundName

      public static boolean isPropertyQuarkusCompoundName(NameIterator propertyName)