Class 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  
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface JsonFilter