MediaTypePrioritizer
object MediaTypePrioritizer
Provides deterministic ordering of media types example extraction.
Media types are ordered by priority to ensure JSON-like formats are preferred:
application/json(exact match)text/json(exact match)*+jsonsuffixes (e.g.,application/hal+json)application/jwt(exact match)*+jwtsuffixes (e.g.,application/secevent+jwt)application/xml(exact match)text/xml(exact match)*+xmlsuffixes (e.g.,application/atom+xml)application/yaml(exact match)application/x-www-form-urlencoded(exact match)All other media types (alphabetically)