Uses of Class
io.quarkus.arc.deployment.configproperties.ConfigPropertyBuildItemCandidate
-
Packages that use ConfigPropertyBuildItemCandidate Package Description io.quarkus.arc.deployment.configproperties -
-
Uses of ConfigPropertyBuildItemCandidate in io.quarkus.arc.deployment.configproperties
Method parameters in io.quarkus.arc.deployment.configproperties with type arguments of type ConfigPropertyBuildItemCandidate Modifier and Type Method Description static voidConfigPropertyBuildItemCandidateUtil. removePropertiesWithDefaultValue(ClassLoader classLoader, String configClass, List<ConfigPropertyBuildItemCandidate> candidates)This method inspects theconfigClassbytecode to identify all fields that have a default value set in the class constructor.
-