Package io.quarkus.deployment.pkg.jar
Class JarTypeDefaultValueConfigInterceptor
java.lang.Object
io.quarkus.deployment.pkg.jar.JarTypeDefaultValueConfigInterceptor
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor,Serializable
public class JarTypeDefaultValueConfigInterceptor
extends Object
implements io.smallrye.config.ConfigSourceInterceptor
Adjust the default value of quarkus.package.jar.type if AOT is enabled.
- 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
-
JarTypeDefaultValueConfigInterceptor
public JarTypeDefaultValueConfigInterceptor()
-
-
Method Details
-
getValue
public io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name) - Specified by:
getValuein interfaceio.smallrye.config.ConfigSourceInterceptor
-