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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getValuein interfaceio.smallrye.config.ConfigSourceInterceptor
-