Short question:
is it possible to enable MapperFeature.DEFAULT_VIEW_INCLUSION
Jackson feature (e.g. set it to true
) in Spring using XML configuration only?
In other words I want to do what is described here: https://stackoverflow.com/a/32842962/1479414 but without creating java class, but configure it inside XML only.
It is possible to do?