Class ResponseImplementor

java.lang.Object
io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor

public final class ResponseImplementor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResponseImplementor(io.quarkus.deployment.Capabilities capabilities)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.gizmo.ResultHandle
    created(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity, ResourceProperties resourceProperties)
     
    io.quarkus.gizmo.ResultHandle
    getEntityUrl(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity)
     
    io.quarkus.gizmo.ResultHandle
    noContent(io.quarkus.gizmo.BytecodeCreator creator)
     
    io.quarkus.gizmo.ResultHandle
    notFound(io.quarkus.gizmo.BytecodeCreator creator)
     
    io.quarkus.gizmo.ResultHandle
    notFoundException(io.quarkus.gizmo.BytecodeCreator creator)
     
    io.quarkus.gizmo.ResultHandle
    ok(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity)
     
    io.quarkus.gizmo.ResultHandle
    ok(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity, io.quarkus.gizmo.ResultHandle links)
     

    Methods inherited from class java.lang.Object

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

    • ResponseImplementor

      public ResponseImplementor(io.quarkus.deployment.Capabilities capabilities)
  • Method Details

    • ok

      public io.quarkus.gizmo.ResultHandle ok(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity)
    • ok

      public io.quarkus.gizmo.ResultHandle ok(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity, io.quarkus.gizmo.ResultHandle links)
    • created

      public io.quarkus.gizmo.ResultHandle created(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity, ResourceProperties resourceProperties)
    • getEntityUrl

      public io.quarkus.gizmo.ResultHandle getEntityUrl(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity)
    • noContent

      public io.quarkus.gizmo.ResultHandle noContent(io.quarkus.gizmo.BytecodeCreator creator)
    • notFound

      public io.quarkus.gizmo.ResultHandle notFound(io.quarkus.gizmo.BytecodeCreator creator)
    • notFoundException

      public io.quarkus.gizmo.ResultHandle notFoundException(io.quarkus.gizmo.BytecodeCreator creator)