Class ObjectMapperFactory
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.sensorthingsmanager.utils.ObjectMapperFactory
-
public final class ObjectMapperFactory extends Object
Factory for ObjectMapper instances. Keeps track of configuration.- Author:
- Nils Sommer
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapperget()Get a preconfigured, long living instance ofObjectMapperwith all custom modules needed.
-