Uses of Class
io.quarkus.spring.boot.properties.deployment.ConfigurationPropertiesUtil.ReadOptionalResponse
-
Uses of ConfigurationPropertiesUtil.ReadOptionalResponse in io.quarkus.spring.boot.properties.deployment
Methods in io.quarkus.spring.boot.properties.deployment that return ConfigurationPropertiesUtil.ReadOptionalResponseModifier and TypeMethodDescription(package private) static ConfigurationPropertiesUtil.ReadOptionalResponseConfigurationPropertiesUtil.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.