Interface MaskFormatter
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MaskFormatterLiteral,MaskFormatterSubString
Defines interface for a class that mask data values
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
-
Method Details
-
maskValue
Takes in the real data value and returns a masked string.- Parameters:
value- - data value- Returns:
- String - masked value
-