Package za.co.wethinkcode.robots.shared
Class RobotWorldObjectMapper
java.lang.Object
za.co.wethinkcode.robots.shared.RobotWorldObjectMapper
Configuration class for the rules of the objectMapper we use
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperGetter for our objectMapper
-
Constructor Details
-
RobotWorldObjectMapper
public RobotWorldObjectMapper()
-
-
Method Details
-
getMapper
public com.fasterxml.jackson.databind.ObjectMapper getMapper()Getter for our objectMapper- Returns:
- a configured ObjectMapper
-