Annotation Interface ParametersMapper


@Target(METHOD) @Retention(RUNTIME) public @interface ParametersMapper
Parameter mapper to map the parameters.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Flag if automapping should be provided.
    jadex.model.annotation.Value
    The method name.
  • Element Details

    • value

      jadex.model.annotation.Value value
      The method name.
      Default:
      @jadex.model.annotation.Value
    • automapping

      boolean automapping
      Flag if automapping should be provided.
      Default:
      false