Annotation Interface TypeResolver
@MinMuleVersion("4.1")
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
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 org.mule.runtime.api.metadata.resolving.InputTypeResolver> value- Returns:
- the associated
InputTypeResolverfor the annotated Parameter
-