Class XlrFormatFactory

java.lang.Object
com.xebialabs.xltype.serialization.rest.FormatFactory
com.xebialabs.deployit.plumbing.XlrFormatFactory

@Component public class XlrFormatFactory extends com.xebialabs.xltype.serialization.rest.FormatFactory
This format factory supports a custom writer, which can be used, for instance, to stream the result.
  • Constructor Summary

    Constructors
    Constructor
    Description
    XlrFormatFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.xebialabs.xltype.serialization.CiWriter
    createCiWriter(jakarta.ws.rs.core.MediaType mediaType, Writer writer)
     

    Methods inherited from class com.xebialabs.xltype.serialization.rest.FormatFactory

    createCiListReader, createCiReader, createCiWriter, toString

    Methods inherited from class java.lang.Object

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

    • XlrFormatFactory

      @Autowired public XlrFormatFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • createCiWriter

      public com.xebialabs.xltype.serialization.CiWriter createCiWriter(jakarta.ws.rs.core.MediaType mediaType, Writer writer)