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.RelocateConfigSourceInterceptorMaps config from MicroProfile and SmallRye to Quarkus- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenApiConfigMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.config.ConfigValuegetValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name)Iterator<String>iterateNames(io.smallrye.config.ConfigSourceInterceptorContext context)
-
-
-
Method Detail
-
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
-
-