Class SimpleJsonMapper
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.json.SimpleJsonMapper
A mapper handler for simple json serialisations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperget an ObjectMapper for generic, non-STA use.
-
Method Details
-
getSimpleObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper getSimpleObjectMapper()get an ObjectMapper for generic, non-STA use.- Returns:
- an ObjectMapper for generic, non-STA use.
-