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.FormatFactoryThis 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.CiWritercreateCiWriter(javax.ws.rs.core.MediaType mediaType, java.io.Writer writer)
-