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.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-CXFrs-server-mapper-setSerializationInclusion-Inclusion-NON-NULL-in-spring-file-tp5751110.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to