Class ConfigurationPropertiesUtil.ReadOptionalResponse

java.lang.Object
io.quarkus.spring.boot.properties.deployment.ConfigurationPropertiesUtil.ReadOptionalResponse
Enclosing class:
ConfigurationPropertiesUtil

static class ConfigurationPropertiesUtil.ReadOptionalResponse extends Object
  • Constructor Details

    • ReadOptionalResponse

      ReadOptionalResponse(io.quarkus.gizmo.ResultHandle value, io.quarkus.gizmo.BytecodeCreator isPresentTrue, io.quarkus.gizmo.BytecodeCreator isPresentFalse)
  • Method Details

    • getValue

      public io.quarkus.gizmo.ResultHandle getValue()
    • getIsPresentTrue

      public io.quarkus.gizmo.BytecodeCreator getIsPresentTrue()
    • getIsPresentFalse

      public io.quarkus.gizmo.BytecodeCreator getIsPresentFalse()