-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not com.fasterxml.jackson.databind.MapperFeature for Jackson #115
Comments
@baev can you give me an example of what you want to use this for? the reason i ask is that being able to set them on the object mapper used by this project to convert the swagger java model into json would not do much, instead i could see them being used to control how the java model classes of an api get parsed, for example USE_WRAPPER_NAME_AS_PROPERTY_NAME |
closing as no response |
@conorroche sorry for the delay, miss this one In my case I need to provide the |
reopening it is possible to do something with this, though is tricky as we dont parse json but rather parse the java classes so have to programatically replicate jacksons behaviour. note need to consider @XmlElementWrapper too when doing this. @baev could you give an example of your java code (where wrapper names would be applicable) so i can be sure im handling the correct scenario? |
@conorroche ok |
As far as I can see there is no support for
MapperFeature
, only forSerializationFeature
The text was updated successfully, but these errors were encountered: