java.lang.Object
org.jboss.resteasy.reactive.server.processor.generation.multipart.GeneratorUtils

public final class GeneratorUtils extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    paramHandleFromReqContextMethod(io.quarkus.gizmo.MethodCreator m, io.quarkus.gizmo.ResultHandle qrReqCtxHandle, io.quarkus.gizmo.ResultHandle[] targetMethodParamHandles, int i, String methodName, Class<?> returnType)
     
    static void
    paramHandleFromReqContextMethod(io.quarkus.gizmo.MethodCreator m, io.quarkus.gizmo.ResultHandle qrReqCtxHandle, io.quarkus.gizmo.ResultHandle[] targetMethodParamHandles, int i, String methodName, org.jboss.jandex.DotName returnType)
     
    static io.quarkus.gizmo.ResultHandle
    runtimeResourceHandle(io.quarkus.gizmo.MethodCreator filterMethod, io.quarkus.gizmo.ResultHandle qrReqCtxHandle)
     
    static io.quarkus.gizmo.ResultHandle
    unwrapObject(io.quarkus.gizmo.MethodCreator m, io.quarkus.gizmo.ResultHandle qrReqCtxHandle, org.jboss.jandex.DotName classType)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • paramHandleFromReqContextMethod

      public static void paramHandleFromReqContextMethod(io.quarkus.gizmo.MethodCreator m, io.quarkus.gizmo.ResultHandle qrReqCtxHandle, io.quarkus.gizmo.ResultHandle[] targetMethodParamHandles, int i, String methodName, org.jboss.jandex.DotName returnType)
    • paramHandleFromReqContextMethod

      public static void paramHandleFromReqContextMethod(io.quarkus.gizmo.MethodCreator m, io.quarkus.gizmo.ResultHandle qrReqCtxHandle, io.quarkus.gizmo.ResultHandle[] targetMethodParamHandles, int i, String methodName, Class<?> returnType)
    • unwrapObject

      public static io.quarkus.gizmo.ResultHandle unwrapObject(io.quarkus.gizmo.MethodCreator m, io.quarkus.gizmo.ResultHandle qrReqCtxHandle, org.jboss.jandex.DotName classType)
    • runtimeResourceHandle

      public static io.quarkus.gizmo.ResultHandle runtimeResourceHandle(io.quarkus.gizmo.MethodCreator filterMethod, io.quarkus.gizmo.ResultHandle qrReqCtxHandle)