public class PatchFilterResolver extends Object
| Constructor and Description |
|---|
PatchFilterResolver() |
| Modifier and Type | Method and Description |
|---|---|
Optional<com.fasterxml.jackson.databind.node.ObjectNode> |
isNodeMatchingFilter(com.fasterxml.jackson.databind.node.ObjectNode complexNode,
FilterNode path)
will check if the given complex node matches the given filter
|
public Optional<com.fasterxml.jackson.databind.node.ObjectNode> isNodeMatchingFilter(com.fasterxml.jackson.databind.node.ObjectNode complexNode, FilterNode path)
complexNode - the complex type that must be checked if it does fit onto the expressionpath - the filter expression that tells us how the check should be executedCopyright © 2019. All rights reserved.