Class JsltJsonFilter
java.lang.Object
com.schibsted.spt.data.jslt.filters.JsltJsonFilter
- All Implemented Interfaces:
JsonFilter
Used for object filtering with JSLT expressions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
filter
(com.fasterxml.jackson.databind.JsonNode value) Whether or not to accept this value.
-
Field Details
-
jslt
-
-
Constructor Details
-
JsltJsonFilter
-
-
Method Details
-
filter
public boolean filter(com.fasterxml.jackson.databind.JsonNode value) Whether or not to accept this value.- Specified by:
filter
in interfaceJsonFilter
-