Class ConfigCompatibility.FrontEnd
java.lang.Object
io.quarkus.deployment.configuration.ConfigCompatibility.FrontEnd
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor,Serializable
- Enclosing class:
ConfigCompatibility
@Priority(2147483647)
public static final class ConfigCompatibility.FrontEnd
extends Object
implements io.smallrye.config.ConfigSourceInterceptor
The interceptor at the front of the chain which handles hiding deprecated properties from the iterator.
- See Also:
-
Field Summary
Fields inherited from interface io.smallrye.config.ConfigSourceInterceptor
EMPTY -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.config.ConfigValuestatic ConfigCompatibility.FrontEndinstance()iterateNames(io.smallrye.config.ConfigSourceInterceptorContext context) static ConfigCompatibility.FrontEnd
-
Method Details
-
getValue
public io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name) - Specified by:
getValuein interfaceio.smallrye.config.ConfigSourceInterceptor
-
iterateNames
- Specified by:
iterateNamesin interfaceio.smallrye.config.ConfigSourceInterceptor
-
instance
-
nonLoggingInstance
-