Class JsltJsonFilter
- java.lang.Object
-
- com.schibsted.spt.data.jslt.filters.JsltJsonFilter
-
- All Implemented Interfaces:
JsonFilter
public class JsltJsonFilter extends java.lang.Object implements JsonFilter
Used for object filtering with JSLT expressions.
-
-
Field Summary
Fields Modifier and Type Field Description private Expression
jslt
-
Constructor Summary
Constructors Constructor Description JsltJsonFilter(Expression jslt)
-
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.
-
-
-
Field Detail
-
jslt
private Expression jslt
-
-
Constructor Detail
-
JsltJsonFilter
public JsltJsonFilter(Expression jslt)
-
-
Method Detail
-
filter
public boolean filter(com.fasterxml.jackson.databind.JsonNode value)
Whether or not to accept this value.- Specified by:
filter
in interfaceJsonFilter
-
-