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