Skip to content

Releases: OpenExt-Labs/BodyParser

Release the first version

Pre-release

Choose a tag to compare

@sangqle sangqle released this 15 Sep 14:03

Core Classes

BodyParser

BodyParser is responsible for parsing the content of HTTP requests and mapping it to Java objects based on the @RequestParam annotations. It supports JSONObject, handles various data types, applies default values, and performs validation on required parameters.

RequestParser

RequestParser provides static methods to parse HTTP request parameters and map them to Java objects using the @RequestParam annotation. It supports processing lists and diverse data types, applies default values, and validates mandatory parameters.