You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jorick Flabat (Jira)" <ji...@apache.org> on 2020/05/27 12:56:00 UTC

[jira] [Updated] (CAMEL-15122) camel-jslt - providing custom object filtering

     [ https://issues.apache.org/jira/browse/CAMEL-15122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jorick Flabat updated CAMEL-15122:
----------------------------------
    Description: 
The jslt library offers the ability to customize the object filtering. By default, empty array, empty object and null values are filtered out. We can customize it with a custom JsonFilter.

The attached PR implements a way to pass a custom object filter to the JsltComponent and provides unit tests

  was:
The jslt library offers the ability to customize the object filtering. By default, empty array, empty object and null values are filtered out. We can customize it with a custom JsonFilter.

 

The attached PR implements a way to pass a custom object filter to the JsltComponent and provides unit tests


> camel-jslt - providing custom object filtering
> ----------------------------------------------
>
>                 Key: CAMEL-15122
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15122
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Jorick Flabat
>            Priority: Major
>
> The jslt library offers the ability to customize the object filtering. By default, empty array, empty object and null values are filtered out. We can customize it with a custom JsonFilter.
> The attached PR implements a way to pass a custom object filter to the JsltComponent and provides unit tests



--
This message was sent by Atlassian Jira
(v8.3.4#803005)