Class PatchFilterResolver
java.lang.Object
de.captaingoldfish.scim.sdk.server.filter.resources.PatchFilterResolver
author Pascal Knueppel
created at: 30.10.2019 - 16:20
created at: 30.10.2019 - 16:20
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<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
-
Constructor Details
-
PatchFilterResolver
public PatchFilterResolver()
-
-
Method Details
-
isNodeMatchingFilter
public 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- Parameters:
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 executed- Returns:
- the complex node from the parameter if the node does match the filter expression, an empty else
-