public class MethodArgumentResolverUtils extends Object
MethodArgumentResolverDelegate that has the logic of the relation between the mule-extensions-api
and the mule-sdk-api.| Modifier and Type | Method and Description |
|---|---|
static boolean |
isConfigParameter(Map<Class<? extends Annotation>,Annotation> parameterAnnotations) |
static boolean |
isConnectionParameter(Map<Class<? extends Annotation>,Annotation> parameterAnnotations) |
static boolean |
isCorrelationInfoType(Class<?> parameterType) |
static boolean |
isDefaultEncoding(Map<Class<? extends Annotation>,Annotation> parameterAnnotations) |
static boolean |
isDistributedTraceContextManagerType(Class<?> parameterType) |
static boolean |
isLiteralType(Class<?> parameterType) |
static boolean |
isParameterResolverType(Class<?> parameterType) |
static boolean |
isSourceCompletionCallbackType(Class<?> parameterType) |
static boolean |
isStreamingHelperType(Class<?> parameterType) |
public static boolean isConfigParameter(Map<Class<? extends Annotation>,Annotation> parameterAnnotations)
public static boolean isConnectionParameter(Map<Class<? extends Annotation>,Annotation> parameterAnnotations)
public static boolean isDefaultEncoding(Map<Class<? extends Annotation>,Annotation> parameterAnnotations)
public static boolean isLiteralType(Class<?> parameterType)
public static boolean isParameterResolverType(Class<?> parameterType)
public static boolean isStreamingHelperType(Class<?> parameterType)
public static boolean isSourceCompletionCallbackType(Class<?> parameterType)
public static boolean isCorrelationInfoType(Class<?> parameterType)
public static boolean isDistributedTraceContextManagerType(Class<?> parameterType)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.