Uses of Class
io.quarkus.gizmo.ResultHandle.ResultType
-
-
Uses of ResultHandle.ResultType in io.quarkus.gizmo
Fields in io.quarkus.gizmo declared as ResultHandle.ResultType Modifier and Type Field Description private ResultHandle.ResultTypeResultHandle. resultTypeMethods in io.quarkus.gizmo that return ResultHandle.ResultType Modifier and Type Method Description ResultHandle.ResultTypeResultHandle. getResultType()static ResultHandle.ResultTypeResultHandle.ResultType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResultHandle.ResultType[]ResultHandle.ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-