Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.xltype.serialization.CiWriter createCiWriter​(javax.ws.rs.core.MediaType mediaType, java.io.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 Detail

      • XlrFormatFactory

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

      • createCiWriter

        public com.xebialabs.xltype.serialization.CiWriter createCiWriter​(javax.ws.rs.core.MediaType mediaType,
                                                                          java.io.Writer writer)