Package com.indeed.proctor.common
Class Serializers
- java.lang.Object
-
- com.indeed.proctor.common.Serializers
-
public class Serializers extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()static com.fasterxml.jackson.databind.ObjectMapperlenient()static com.fasterxml.jackson.databind.ObjectMapperstrict()
-
-
-
Method Detail
-
getObjectMapper
@Nonnull public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
- Returns:
- an
ObjectMapperconfigured to do things as we want
-
lenient
public static com.fasterxml.jackson.databind.ObjectMapper lenient()
-
strict
@Nonnull public static com.fasterxml.jackson.databind.ObjectMapper strict()
- Returns:
- an
ObjectMapperconfigured to do things as we want
-
-