Class OpenApiConfigSourceInterceptor

java.lang.Object
io.quarkus.smallrye.openapi.common.deployment.OpenApiConfigSourceInterceptor
All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor, Serializable

public class OpenApiConfigSourceInterceptor extends Object implements io.smallrye.config.ConfigSourceInterceptor
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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.smallrye.config.ConfigSourceInterceptor

    iterateNames
  • Constructor Details

    • OpenApiConfigSourceInterceptor

      public OpenApiConfigSourceInterceptor()
  • 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