Class DefaultJsonFilter

  • All Implemented Interfaces:
    JsonFilter

    public class DefaultJsonFilter
    extends java.lang.Object
    implements JsonFilter
    The filter that JSLT uses by default.
    • 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

      • DefaultJsonFilter

        public DefaultJsonFilter()
    • 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