abstract static class AbstractJsonPathProcessor.JsonPathValidator extends Object implements Validator
| Constructor and Description |
|---|
JsonPathValidator() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
cacheComputedValue(String subject,
String input,
com.jayway.jsonpath.JsonPath computedJsonPath)
An optional hook to act on the compute value
|
(package private) abstract boolean |
isStale(String subject,
String input)
A hook for implementing classes to determine if a cached value is stale for a compiled JsonPath represented by either a validation
|
ValidationResult |
validate(String subject,
String input,
ValidationContext context) |
public ValidationResult validate(String subject, String input, ValidationContext context)
abstract void cacheComputedValue(String subject, String input, com.jayway.jsonpath.JsonPath computedJsonPath)
Copyright © 2023 Apache NiFi Project. All rights reserved.