Class DataSetMarshaller


  • @Component
    public class DataSetMarshaller
    extends Object
    Data set marshaller using the YAML format.
    • Constructor Detail

      • DataSetMarshaller

        DataSetMarshaller()
        Create marshaller using the default object mapper, which is set up to use YAML format.
      • DataSetMarshaller

        DataSetMarshaller​(com.fasterxml.jackson.databind.ObjectMapper mapper)
        Constructor for testing purposes.
        Parameters:
        mapper - usually a mock object mapper