Package-level declarations

Types

Link copied to clipboard

Which bound an evaluation hit.

Link copied to clipboard

An evaluation cost more than JsonPathLimits allowed, and was abandoned.

Link copied to clipboard
class JsonPathLimits(val maxNodesVisited: Long = DEFAULT_MAX_NODES_VISITED, val maxNodesProduced: Long = DEFAULT_MAX_NODES_PRODUCED, val maxDescendantDepth: Int = DEFAULT_MAX_DESCENDANT_DEPTH)

What a single evaluation is allowed to cost, before it is abandoned.

Link copied to clipboard

A compiled RFC 9535 JSONPath query, applied to one document the caller is already holding.