Package de.focus_shift.jollyday.jackson
Class JacksonXMLMapper
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.JacksonXMLMapper
-
public class JacksonXMLMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description JacksonXMLMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.focus_shift.jollyday.jackson.mapping.ConfigurationunmarshallConfiguration(InputStream stream)Unmarshalls the configuration from the stream.
-
-
-
Method Detail
-
unmarshallConfiguration
public de.focus_shift.jollyday.jackson.mapping.Configuration unmarshallConfiguration(InputStream stream)
Unmarshalls the configuration from the stream. Usesjacksonfor this.- Parameters:
stream- aInputStreamobject.- Returns:
- The unmarshalled configuration.
-
-