Class OpenApiConfigMapping

java.lang.Object
io.smallrye.config.AbstractMappingConfigSourceInterceptor
io.smallrye.config.RelocateConfigSourceInterceptor
io.quarkus.smallrye.openapi.runtime.OpenApiConfigMapping
All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor, Serializable

public class OpenApiConfigMapping extends io.smallrye.config.RelocateConfigSourceInterceptor
Maps config from MicroProfile and SmallRye to Quarkus
See Also:
  • Field Summary

    Fields inherited from interface io.smallrye.config.ConfigSourceInterceptor

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.config.ConfigValue
    getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name)
     
    iterateNames(io.smallrye.config.ConfigSourceInterceptorContext context)
     

    Methods inherited from class io.smallrye.config.AbstractMappingConfigSourceInterceptor

    getMapping

    Methods inherited from class java.lang.Object

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

    • OpenApiConfigMapping

      public OpenApiConfigMapping()
  • 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
      Overrides:
      getValue in class io.smallrye.config.RelocateConfigSourceInterceptor
    • iterateNames

      public Iterator<String> iterateNames(io.smallrye.config.ConfigSourceInterceptorContext context)
      Specified by:
      iterateNames in interface io.smallrye.config.ConfigSourceInterceptor
      Overrides:
      iterateNames in class io.smallrye.config.AbstractMappingConfigSourceInterceptor