public static class BuiltinFunctions.Not extends AbstractFunction
| Constructor and Description |
|---|
Not() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
call(com.fasterxml.jackson.databind.JsonNode input,
com.fasterxml.jackson.databind.JsonNode[] arguments)
Perform the function on the given JSON input with the given arguments.
|
getMaxArguments, getMinArguments, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxArguments, getMinArguments, getNamepublic com.fasterxml.jackson.databind.JsonNode call(com.fasterxml.jackson.databind.JsonNode input,
com.fasterxml.jackson.databind.JsonNode[] arguments)
Function