Annotation Interface ExpressionName


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Documented public @interface ExpressionName
Maps an expression name placeholder to a DynamoDB attribute.
Since:
1.0.0
Author:
Matej Nedic
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Element Details

    • name

      String name
      Returns:
      the expression placeholder, including its leading #
    • value

      String value
      Returns:
      the physical DynamoDB attribute name