Interface DataFormatProvider
- All Known Subinterfaces:
RecordHelper
- All Known Implementing Classes:
AdornedTargetListPersistenceModule,BasicPersistenceModule,MapStructurePersistenceModule
public interface DataFormatProvider
- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionformatValue(Object value) Formats a aw value from an entity into its string representation used by the system.
-
Method Details
-
getSimpleDateFormatter
SimpleDateFormat getSimpleDateFormatter() -
getDecimalFormatter
DecimalFormat getDecimalFormatter() -
formatValue
Formats a aw value from an entity into its string representation used by the system. For instance, this might use thegetDecimalFormatter()to ensure that BigDecimals only show 2 decimal places or dates are formatted a certain way.- Parameters:
value-- Returns:
-