Class ConfigCompatibility.BackEnd

java.lang.Object
io.quarkus.deployment.configuration.ConfigCompatibility.BackEnd
All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor, Serializable
Enclosing class:
ConfigCompatibility

@Priority(-2147483647) public static final class ConfigCompatibility.BackEnd extends Object implements io.smallrye.config.ConfigSourceInterceptor
The interceptor at the back of the chain which provides compatibility defaults for new property names.
See Also:
  • Method Details

    • getValue

      public io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name)
      Specified by:
      getValue in interface io.smallrye.config.ConfigSourceInterceptor
    • instance

      public static ConfigCompatibility.BackEnd instance()