Class PropertiesUtil

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

public class PropertiesUtil extends Object
  • Method Details

    • isMapped

      public static boolean isMapped(NameIterator name, String mapped)
    • 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)