Jackson's white papers on http://wiki.fasterxml.com/JacksonJsonViews say you use this line to exclude properties that are not explicitly displayed on the View.
objectMapper.configure (SerializationConfig.Feature.DEFAULT_VIEW_INCLUSION, false);
This is what I want to do, but the string does not compile for me. Anyone using this configuration directive?
jomofrodo
source share