Class V2JsonBody

java.lang.Object
org.codelibs.fess.api.v2.handlers.V2JsonBody

public class V2JsonBody extends Object
Reads a JSON-encoded request body into a Map and returns it.

Rejects payloads larger than maxBytes, content types other than application/json, and malformed JSON. The empty body is treated as an empty map so callers do not need to null-check before lookups.