Class SimpleJsonMapper
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.util.SimpleJsonMapper
- Author:
- scf
-
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.
-