public class DefaultJsonFilter extends java.lang.Object implements JsonFilter
| Constructor and Description |
|---|
DefaultJsonFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(com.fasterxml.jackson.databind.JsonNode value)
Whether or not to accept this value.
|
public boolean filter(com.fasterxml.jackson.databind.JsonNode value)
filter in interface JsonFilter