public class SerializeOperation extends Object
Assembles the mule-flow response and provides insights of the result format based on metadata.
| Constructor and Description |
|---|
SerializeOperation() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> |
serialize(GraphQLConfig config,
DataFetchingRoutingKey objectRoutingKey,
org.mule.runtime.api.metadata.TypedValue<Object> inboundContent) |
org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> |
serializeBatch(GraphQLConfig config,
String objectTypeName,
org.mule.runtime.api.metadata.TypedValue<Object> inboundContent) |
@OutputResolver(output=DataFetcherMetadataResolver.class) public org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> serialize(@Config GraphQLConfig config, @MetadataKeyId(value=MetadataKeysResolver.class) @ParameterGroup(name="objectRoutingKey") DataFetchingRoutingKey objectRoutingKey, @TypeResolver(value=InboundContentTypeResolver.class) @Content org.mule.runtime.api.metadata.TypedValue<Object> inboundContent)
@OutputResolver(output=DataLoaderMetadataResolver.class) public org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> serializeBatch(@Config GraphQLConfig config, @MetadataKeyId(value=DataLoaderMetadataResolver.class) String objectTypeName, @TypeResolver(value=DataLoaderMetadataResolver.class) @Content org.mule.runtime.api.metadata.TypedValue<Object> inboundContent)
Copyright © 2026 MuleSoft, Inc.. All rights reserved.