Class OpenApiConfigHelper.DelegatingConfigInterceptor
java.lang.Object
io.quarkus.smallrye.openapi.runtime.OpenApiConfigHelper.DelegatingConfigInterceptor
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor,Serializable
- Enclosing class:
OpenApiConfigHelper
@Priority(3200)
public static class OpenApiConfigHelper.DelegatingConfigInterceptor
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
-
DelegatingConfigInterceptor
public DelegatingConfigInterceptor(org.eclipse.microprofile.config.Config config)
-
-
Method Details
-
getValue
public io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name) - Specified by:
getValuein interfaceio.smallrye.config.ConfigSourceInterceptor
-