Class DefaultJsonFilter
java.lang.Object
com.schibsted.spt.data.jslt.filters.DefaultJsonFilter
- All Implemented Interfaces:
JsonFilter
The filter that JSLT uses by default.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
filter
(com.fasterxml.jackson.databind.JsonNode value) Whether or not to accept this value.
-
Constructor Details
-
DefaultJsonFilter
public DefaultJsonFilter()
-
-
Method Details
-
filter
public boolean filter(com.fasterxml.jackson.databind.JsonNode value) Whether or not to accept this value.- Specified by:
filter
in interfaceJsonFilter
-