| Package | Description |
|---|---|
| org.mule.module.apikit | |
| org.mule.module.apikit.helpers | |
| org.mule.module.apikit.validation |
| Modifier and Type | Method and Description |
|---|---|
static String |
CharsetUtils.getCharset(org.mule.runtime.api.util.MultiMap<String,String> headers,
Object payload) |
org.mule.runtime.core.api.construct.Flow |
FlowFinder.getFlow(org.mule.apikit.model.Resource resource,
String method,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
static String |
AttributesHelper.getContentType(org.mule.runtime.api.util.MultiMap<String,String> headers)
Returns "Content-Type" header param value.
|
static String |
AttributesHelper.getMediaType(String mediaType)
Parses the Media Type and returns it with "type/subtype" format.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidBody |
BodyValidator.validate(org.mule.apikit.model.Action action,
org.mule.extension.http.api.HttpRequestAttributes attributes,
Object payload,
ValidationConfig config,
String charset) |
static ValidBody |
BodyValidator.validate(org.mule.apikit.model.Action action,
org.mule.extension.http.api.HttpRequestAttributes attributes,
Object payload,
ValidationConfig config,
String charset,
org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository) |
Copyright © 2025. All rights reserved.