Annotation Type 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 automapping
      Flag if automapping should be provided.
      Value value
      The method name.
    • Element Detail

      • value

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

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