Class RestClientReactiveConfigFallbackInterceptor

java.lang.Object
io.smallrye.config.AbstractMappingConfigSourceInterceptor
io.smallrye.config.FallbackConfigSourceInterceptor
io.quarkus.rest.client.reactive.runtime.RestClientReactiveConfigFallbackInterceptor
All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor, Serializable

@Deprecated(forRemoval=true, since="3.9") public class RestClientReactiveConfigFallbackInterceptor extends io.smallrye.config.FallbackConfigSourceInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.
maps the old config to the new config, should be removed at some point
See Also:
  • Field Summary

    Fields inherited from interface io.smallrye.config.ConfigSourceInterceptor

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class io.smallrye.config.FallbackConfigSourceInterceptor

    getValue

    Methods inherited from class io.smallrye.config.AbstractMappingConfigSourceInterceptor

    getMapping, iterateNames

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RestClientReactiveConfigFallbackInterceptor

      public RestClientReactiveConfigFallbackInterceptor()
      Deprecated, for removal: This API element is subject to removal in a future version.