Class 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:
    Serialized Form
    • Constructor Detail

      • OpenApiConfigMapping

        public OpenApiConfigMapping()
    • Method Detail

      • 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