Module de.cuioss.http
Package de.cuioss.http.client.converter
package de.cuioss.http.client.converter
HTTP content converters for secure JSON processing.
This package contains converters that handle HTTP response content transformation with security-focused JSON parsing capabilities.
Key components:
- Secure JSON content converters using DSL-JSON
The converters use DSL-JSON with configurable security limits to prevent JSON-based attacks such as excessive memory consumption and deeply nested structure attacks, while providing Jakarta JSON API compatibility through bridge adapters.
- Since:
- 1.0
- Author:
- Oliver Wolff
-
ClassDescriptionContent converter for transforming HTTP response bodies into typed objects with proper BodyHandler support.Base class for content converters that process String-based HTTP responses.