Package pl.wrzasq.lambda.json
Class ObjectMapperFactory
- java.lang.Object
-
- pl.wrzasq.lambda.json.ObjectMapperFactory
-
public class ObjectMapperFactory extends Object
Default Jackson ObjectMapper provider.
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapper
createObjectMapper()
Creates Jackson mapper.
-