Package-level declarations

Types

Link copied to clipboard
class CombinationBudget(limit: Int, errorContext: ErrorContext)

Tracks and enforces budget limits during schema combination generation.

Link copied to clipboard

OpenAPI format string constants for schema value generation.

Link copied to clipboard

Provides deterministic ordering of media types example extraction.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val PLAIN_XML: String
Link copied to clipboard
const val TEXT_JSON: String

Functions

Link copied to clipboard

Computes the Cartesian product of multiple lists, generating all possible combinations by selecting one element from each input list.

Link copied to clipboard

Normalizes a media type by removing parameters (charset, etc.) and converting to lowercase.