Hi following is my cxfrs server configuration
<cxf:rsServer id="itemService"
address="{{esb.item.rest.address}}"
serviceClass="com.test.esb.service.flm.ItemServiceImpl"
loggingFeatureEnabled="false">
<cxf:providers>
<bean class="org.codehaus.jackson.jaxrs.JacksonJsonProvider"/>
</cxf:providers>
</cxf:rsServer>
I need to configure Inclusion.NON_NULL here so that it can exclude the null fields from the generated gson string. Any idea how i can achieve this.