Interface JsonFilter
-
- All Known Implementing Classes:
DefaultJsonFilter,JsltJsonFilter,TrueJsonFilter
public interface JsonFilterA 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 booleanfilter(com.fasterxml.jackson.databind.JsonNode value)Whether or not to accept this value.
-