Class JacksonXMLMapper


  • public class JacksonXMLMapper
    extends Object
    • Constructor Detail

      • JacksonXMLMapper

        public JacksonXMLMapper()
    • Method Detail

      • unmarshallConfiguration

        public de.focus_shift.jollyday.jackson.mapping.Configuration unmarshallConfiguration​(InputStream stream)
        Unmarshalls the configuration from the stream. Uses jackson for this.
        Parameters:
        stream - a InputStream object.
        Returns:
        The unmarshalled configuration.