public interface DataFormatProvider
BasicPersistenceModule}| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatValue(java.lang.Object value)
Formats a aw value from an entity into its string representation used by the system.
|
java.text.DecimalFormat |
getDecimalFormatter() |
java.text.SimpleDateFormat |
getSimpleDateFormatter() |
java.text.SimpleDateFormat getSimpleDateFormatter()
java.text.DecimalFormat getDecimalFormatter()
java.lang.String formatValue(java.lang.Object value)
getDecimalFormatter() to ensure that BigDecimals only show 2 decimal places or dates are formatted
a certain way.value - Copyright © 2018. All Rights Reserved.