T - public interface ReturnHandler<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReturnHandler.NullReturnHandler<T> |
| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.util.LazyValue<ReturnHandler> |
nullHandler |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.DataType |
getDataType() |
boolean |
handles(Object value) |
static <T> ReturnHandler<T> |
nullHandler() |
org.mule.runtime.api.message.Message.Builder |
toMessageBuilder(T value)
Creates a
from a given value |
static final org.mule.runtime.api.util.LazyValue<ReturnHandler> nullHandler
org.mule.runtime.api.message.Message.Builder toMessageBuilder(T value)
from a given valuevalue - The value to create the Message.Builder fromorg.mule.runtime.api.metadata.DataType getDataType()
DataType of the handlerboolean handles(Object value)
static <T> ReturnHandler<T> nullHandler()
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.