public interface RequestBodyParser
Modifier and Type | Field and Description |
---|---|
static String |
BODY_TITLE
Path to the body object.
|
static String |
QUERY_FIELD_NAME
Name of the query property which may exist under REQUEST_INFO_PATH.
|
static String |
REQUEST_BLOB_TITLE
Category path to ignore parsing of the child node
|
static String |
REQUEST_INFO_PATH
RequestInfo category path.
|
static String |
SLASH
Slash symbol
|
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.
|
static final String REQUEST_INFO_PATH
static final String SLASH
static final String REQUEST_BLOB_TITLE
static final String QUERY_FIELD_NAME
static final String BODY_TITLE
Set<RequestBody> parse(String body) throws BodyParseException
body
- the string body to be parsedRequestBody
instancesBodyParseException
Copyright © 2022 Apache Software Foundation. All rights reserved.