Interface JsonFilter

  • All Known Implementing Classes:
    DefaultJsonFilter, JsltJsonFilter, TrueJsonFilter

    public interface JsonFilter
    A filter that can approve/disapprove a JSON value. Used to configure which key/value pairs are kept in JSON objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean filter​(com.fasterxml.jackson.databind.JsonNode value)
      Whether or not to accept this value.
    • Method Detail

      • filter

        boolean filter​(com.fasterxml.jackson.databind.JsonNode value)
        Whether or not to accept this value.