Class ConfigurationPropertiesUtil.ReadOptionalResponse
java.lang.Object
io.quarkus.spring.boot.properties.deployment.ConfigurationPropertiesUtil.ReadOptionalResponse
- Enclosing class:
ConfigurationPropertiesUtil
-
Constructor Summary
ConstructorsConstructorDescriptionReadOptionalResponse(io.quarkus.gizmo.ResultHandle value, io.quarkus.gizmo.BytecodeCreator isPresentTrue, io.quarkus.gizmo.BytecodeCreator isPresentFalse) -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.gizmo.BytecodeCreatorio.quarkus.gizmo.BytecodeCreatorio.quarkus.gizmo.ResultHandlegetValue()
-
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()
-