Class JsonAutomationInfoWriter

java.lang.Object
org.nuxeo.ecm.automation.io.rest.operations.JsonAutomationInfoWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<AutomationInfo>

@Singleton @Provider @Produces({"application/json","application/json+nxautomation"}) public class JsonAutomationInfoWriter extends Object implements jakarta.ws.rs.ext.MessageBodyWriter<AutomationInfo>
Author:
Bogdan Stefanescu
  • Field Details

    • request

      @Context protected jakarta.servlet.http.HttpServletRequest request
  • Constructor Details

    • JsonAutomationInfoWriter

      public JsonAutomationInfoWriter()
  • Method Details