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