Commit e3d66245 authored by Greg Messner's avatar Greg Messner
Browse files

Added getObjectMapper().

parent 6c63caa3
......@@ -41,4 +41,9 @@ public class JacksonJsonConfig implements ContextResolver<ObjectMapper> {
public ObjectMapper getContext (Class<?> objectType) {
return (objectMapper);
}
public ObjectMapper getObjectMapper () {
return (objectMapper);
}
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment