public final class ModelLoaderUtils extends Object
model loaders| Modifier and Type | Method and Description |
|---|---|
static void |
handleByteStreaming(MethodElement method,
org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer executableComponent,
org.mule.metadata.api.model.MetadataType outputType) |
static void |
handleByteStreaming(Method method,
org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer executableComponent,
org.mule.metadata.api.model.MetadataType outputType) |
static boolean |
isAutoPaging(MethodElement operationMethod) |
static boolean |
isInputStream(org.mule.metadata.api.model.MetadataType type) |
static boolean |
isNonBlocking(MethodElement method) |
static boolean |
isProcessorChain(ExtensionParameter parameter) |
static boolean |
isRoute(ExtensionParameter parameter) |
static boolean |
isRouter(MethodElement methodElement) |
static boolean |
isScope(MethodElement methodElement) |
public static boolean isScope(MethodElement methodElement)
public static boolean isRouter(MethodElement methodElement)
public static boolean isRoute(ExtensionParameter parameter)
public static boolean isNonBlocking(MethodElement method)
public static boolean isAutoPaging(MethodElement operationMethod)
public static boolean isProcessorChain(ExtensionParameter parameter)
public static void handleByteStreaming(Method method, org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer executableComponent, org.mule.metadata.api.model.MetadataType outputType)
public static void handleByteStreaming(MethodElement method, org.mule.runtime.api.meta.model.declaration.fluent.ExecutableComponentDeclarer executableComponent, org.mule.metadata.api.model.MetadataType outputType)
public static boolean isInputStream(org.mule.metadata.api.model.MetadataType type)
type - a MetadataTypetype represents an InputStream or notCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.