Class ResultHandle

java.lang.Object
io.quarkus.gizmo.ResultHandle
Direct Known Subclasses:
AssignableResultHandle

public class ResultHandle extends Object
Represents the result of an operation. Generally this will be the result of a method that has been stored in a local variable, but it can also be other things, such as a read from a field.

These result handles are tied to a specific MethodCreator.