| Class | Description |
|---|---|
| JsonPathFilterQuery |
This class implements the support for JSONPath filter querying as implemented by:
https://github.com/json-path/JsonPath
Given the following content of the JWT token:
|
| JsonPathQuery |
This class implements the support for JSONPath querying as implemented by:
https://github.com/json-path/JsonPath
Given the following content of the JWT token:
|
| Exception | Description |
|---|---|
| JsonPathQueryException |
A runtime exception signalling a syntactic or semantic error during JsonPathQuery or JsonPathFilterQuery parsing
|
Copyright © 2023. All rights reserved.