Package com.github.javaxcel.annotation
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
-
Element Details
-
value
String valueExpression to be assigned as field value.- Returns:
- expression to be parsed
- See Also:
ExpressiveReadingConverter
,Expression
-