Annotation Interface AgentResult


@Target(FIELD) @Retention(RUNTIME) public @interface AgentResult
Marker for agent result field.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The result conversion expression.
    The result conversion expression.
    The result name.
  • Element Details

    • value

      String value
      The result name. Is optional. If not set the field name must correspond to the result name.
      Default:
      ""
    • convert

      String convert
      The result conversion expression. The coversion expression is used to convert a default value. $value refers to the field value. Is optional.
      Default:
      ""
    • convertback

      String convertback
      The result conversion expression. The coversion expression is used to convert a result value before saving $value refers to the field value. Is optional.
      Default:
      ""