public class JsonRequestBodyParser extends Object implements RequestBodyParser
BODY_TITLE, QUERY_FIELD_NAME, REQUEST_BLOB_TITLE, REQUEST_INFO_PATH, SLASH
Constructor and Description |
---|
JsonRequestBodyParser() |
Modifier and Type | Method and Description |
---|---|
Set<RequestBody> |
parse(String body)
Parse the provided string into request bodies based on the
properties in the given body string.
|
public Set<RequestBody> parse(String body) throws BodyParseException
RequestBodyParser
parse
in interface RequestBodyParser
body
- the string body to be parsedRequestBody
instancesBodyParseException
Copyright © 2022 Apache Software Foundation. All rights reserved.