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 -
Method Summary
Methods inherited from class io.smallrye.config.AbstractMappingConfigSourceInterceptor
getMapping, iterateNames
-
Constructor Details
-
OpenApiConfigMapping
public OpenApiConfigMapping()
-
-
Method Details
-
getValue
public io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name) - Specified by:
getValuein interfaceio.smallrye.config.ConfigSourceInterceptor- Overrides:
getValuein classio.smallrye.config.RelocateConfigSourceInterceptor
-