Annotation Type ExcelReaderExpression


@Documented
@Target(FIELD)
@Retention(RUNTIME)
public @interface ExcelReaderExpression
Expression for conversion of cell value to field value.
See Also:
SpelExpressionParser, StandardEvaluationContext, Expression
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    Expression to be assigned as field value.