Class ResponseImplementor
java.lang.Object
io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.gizmo.ResultHandlecreated(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle entity, ResourceProperties resourceProperties) 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)
-
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)
-