Class ConfigCompatibility.BackEnd
java.lang.Object
io.quarkus.deployment.configuration.ConfigCompatibility.BackEnd
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor,Serializable
- Enclosing class:
ConfigCompatibility
@Priority(-2147483647)
public static final class ConfigCompatibility.BackEnd
extends Object
implements io.smallrye.config.ConfigSourceInterceptor
The interceptor at the back of the chain which provides compatibility defaults for new property names.
- See Also:
-
Field Summary
Fields inherited from interface io.smallrye.config.ConfigSourceInterceptor
EMPTY -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.config.ConfigValuestatic ConfigCompatibility.BackEndinstance()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
-
Method Details
-
getValue
public io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name) - Specified by:
getValuein interfaceio.smallrye.config.ConfigSourceInterceptor
-
instance
-