Class Configuration


  • public final class Configuration
    extends Object
    The entry point for accessing the server configuration
    • Method Detail

      • getConfig

        public static io.smallrye.config.SmallRyeConfig getConfig()
      • getRawValue

        public static String getRawValue​(String propertyName)
      • getPropertyNames

        public static Iterable<String> getPropertyNames()
      • getConfigValue

        public static io.smallrye.config.ConfigValue getConfigValue​(String propertyName)
      • getMappedPropertyName

        public static String getMappedPropertyName​(String key)