| Package | Description |
|---|---|
| org.mule.module.apikit.odata.formatter | |
| org.mule.module.apikit.odata.processor | |
| org.mule.module.apikit.odata.util |
| Constructor and Description |
|---|
ODataApiKitFormatter(OdataMetadataManager odataMetadataManager,
String entityName,
String url,
List<Entry> entities,
Integer totalEntitiesCount) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ODataPayload<List<Entry>>> |
ODataApikitProcessor.processEntityRequest(org.mule.runtime.core.api.event.CoreEvent event,
AbstractRouterInterface router,
List<ODataPayloadFormatter.Format> formats) |
| Modifier and Type | Method and Description |
|---|---|
static List<Entry> |
Helper.transformJsonToEntryList(String payload) |
| Modifier and Type | Method and Description |
|---|---|
static org.odata4j.producer.EntitiesResponse |
Helper.convertEntriesToOEntries(List<Entry> outputEntries,
String entitySetName,
EntityDefinitionSet metadata1,
Integer inlineCount) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.