public static class ReturnHandler.NullReturnHandler<T> extends Object implements ReturnHandler<T>
ReturnHandler.NullReturnHandler<T>nullHandler| Constructor and Description |
|---|
NullReturnHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.DataType |
getDataType() |
boolean |
handles(Object value) |
org.mule.runtime.api.message.Message.Builder |
toMessageBuilder(T value)
Creates a
from a given value |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnullHandlerpublic org.mule.runtime.api.message.Message.Builder toMessageBuilder(T value)
ReturnHandlerfrom a given valuetoMessageBuilder in interface ReturnHandler<T>value - The value to create the Message.Builder frompublic org.mule.runtime.api.metadata.DataType getDataType()
getDataType in interface ReturnHandler<T>DataType of the handlerpublic boolean handles(Object value)
handles in interface ReturnHandler<T>Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.