Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
e3d66245
Commit
e3d66245
authored
Feb 24, 2014
by
Greg Messner
Browse files
Added getObjectMapper().
parent
6c63caa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/messners/gitlab/api/JacksonJsonConfig.java
View file @
e3d66245
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment