Module org.mule.sdk.api
Annotation Interface TypeResolver
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
public @interface TypeResolver
Associates the annotated Parameter to an
InputTypeResolver that will be used to resolve the Parameter's
MetadataType dynamically- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends InputTypeResolver> value- Returns:
- the associated
InputTypeResolverfor the annotated Parameter
-