Class ObjectMapperFactory
- java.lang.Object
-
- org.ikasan.job.orchestration.util.ObjectMapperFactory
-
public class ObjectMapperFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMappernewInstance()Create an ObjectMapper instance that can be used in the job orchestration module with all relevant concrete type mappings.
-