Interface MaskFormatter

All Superinterfaces:
Serializable
All Known Implementing Classes:
MaskFormatterLiteral, MaskFormatterSubString

public interface MaskFormatter extends Serializable
Defines interface for a class that mask data values
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    Takes in the real data value and returns a masked string.
  • Method Details

    • maskValue

      String maskValue(Object value)
      Takes in the real data value and returns a masked string.
      Parameters:
      value - - data value
      Returns:
      String - masked value