Package com.xebialabs.deployit.plumbing
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 -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.xltype.serialization.CiWritercreateCiWriter(jakarta.ws.rs.core.MediaType mediaType, Writer writer) Methods inherited from class com.xebialabs.xltype.serialization.rest.FormatFactory
createCiListReader, createCiReader, createCiWriter, toString
-
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)
-