Package org.cyclos.impl.utils.formatting
Interface ValueFormatter
-
- All Known Implementing Classes:
BooleanValueFormatter,CurrencyAmountValueFormatter,DateValueFormatter,DecimalValueFormatter,DefaultValueFormatter,NumberValueFormatter,PredefinedPeriodDataValueFormatter
- 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 ValueFormatter
Formats a value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(Object bean, Object value, FormatterImpl formatter)Formats the given value
-
-
-
Method Detail
-
format
String format(Object bean, Object value, FormatterImpl formatter)
Formats the given value
-
-