Uses of Class
io.quarkus.arc.deployment.configproperties.ConfigPropertiesUtil.ReadOptionalResponse
-
Packages that use ConfigPropertiesUtil.ReadOptionalResponse Package Description io.quarkus.arc.deployment.configproperties -
-
Uses of ConfigPropertiesUtil.ReadOptionalResponse in io.quarkus.arc.deployment.configproperties
Methods in io.quarkus.arc.deployment.configproperties that return ConfigPropertiesUtil.ReadOptionalResponse Modifier and Type Method Description (package private) static ConfigPropertiesUtil.ReadOptionalResponseConfigPropertiesUtil. createReadOptionalValueAndConvertIfNeeded(String propertyName, org.jboss.jandex.Type resultType, org.jboss.jandex.DotName declaringClass, io.quarkus.gizmo.BytecodeCreator bytecodeCreator, io.quarkus.gizmo.ResultHandle config)Generates code that uses Config#getOptionalValue for simple objects, or SmallRyeConfig#getOptionalValues if it is a Collection type.
-