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.

@FunctionalInterface public interface CustomValueFormatter<T>
Custom implementation of the result field formatting.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    format(T value)
    Convert the given value into desired string representation.
  • Method Details

    • format

      String format(T value)
      Convert the given value into desired string representation.
      Parameters:
      value - value of the result field
      Returns:
      formatted value