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

    Modifier and Type
    Method
    Description
    boolean
    filter(com.fasterxml.jackson.databind.JsonNode value)
    Whether or not to accept this value.
  • Method Details

    • filter

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