Package de.quantummaid.mapmaid.jackson
Class JacksonUnmarshaller
- java.lang.Object
-
- de.quantummaid.mapmaid.jackson.JacksonUnmarshaller
-
- All Implemented Interfaces:
StringUnmarshaller,Unmarshaller<String>
public final class JacksonUnmarshaller extends Object implements StringUnmarshaller
-
-
Constructor Summary
Constructors Constructor Description JacksonUnmarshaller()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JacksonUnmarshallerjacksonUnmarshaller(com.fasterxml.jackson.databind.ObjectMapper objectMapper)ObjectunmarshalString(String input)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.mapmaid.mapper.marshalling.string.StringUnmarshaller
unmarshal
-
-
-
-
Method Detail
-
jacksonUnmarshaller
public static JacksonUnmarshaller jacksonUnmarshaller(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
unmarshalString
public Object unmarshalString(String input) throws Exception
- Specified by:
unmarshalStringin interfaceStringUnmarshaller- Throws:
Exception
-
-