Class SmallRyeGraphQLConfigMapping
java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfigMapping
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptorFactory
@StaticInitSafe
public class SmallRyeGraphQLConfigMapping
extends Object
implements io.smallrye.config.ConfigSourceInterceptorFactory
Maps config from MicroProfile and SmallRye to Quarkus
-
Field Summary
Fields inherited from interface io.smallrye.config.ConfigSourceInterceptorFactory
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.config.ConfigSourceInterceptorgetInterceptor(io.smallrye.config.ConfigSourceInterceptorContext context)
-
Constructor Details
-
SmallRyeGraphQLConfigMapping
public SmallRyeGraphQLConfigMapping()
-
-
Method Details
-
getInterceptor
public io.smallrye.config.ConfigSourceInterceptor getInterceptor(io.smallrye.config.ConfigSourceInterceptorContext context) - Specified by:
getInterceptorin interfaceio.smallrye.config.ConfigSourceInterceptorFactory
-
getPriority
- Specified by:
getPriorityin interfaceio.smallrye.config.ConfigSourceInterceptorFactory
-