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(boolean isResteasyClassic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.gizmo.ResultHandlecreated(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity)io.quarkus.gizmo.ResultHandlecreated(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity, io.quarkus.gizmo.ResultHandle location)io.quarkus.gizmo.ResultHandlegetEntityUrl(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity)io.quarkus.gizmo.ResultHandlenoContent(io.quarkus.gizmo.BytecodeCreator creator)io.quarkus.gizmo.ResultHandlenotFound(io.quarkus.gizmo.BytecodeCreator creator)io.quarkus.gizmo.ResultHandlenotFoundException(io.quarkus.gizmo.BytecodeCreator creator)io.quarkus.gizmo.ResultHandleok(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity)io.quarkus.gizmo.ResultHandleok(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity, io.quarkus.gizmo.ResultHandle links)
-
-
-
Method Detail
-
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)
-
created
public io.quarkus.gizmo.ResultHandle created(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity, io.quarkus.gizmo.ResultHandle location)
-
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)
-
-