Package io.jmix.reports.yarg.structure
Interface CustomValueFormatter<T>
- Type Parameters:
T- field type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Custom implementation of the result field formatting.
- See Also:
-
Method Summary
-
Method Details
-
format
Convert the given value into desired string representation.- Parameters:
value- value of the result field- Returns:
- formatted value
-