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
    Modifier and Type
    Required Element
    Description
    Class<? extends org.mule.runtime.api.metadata.resolving.InputTypeResolver>
     
  • Element Details

    • value

      Class<? extends org.mule.runtime.api.metadata.resolving.InputTypeResolver> value
      Returns:
      the associated InputTypeResolver for the annotated Parameter