Interface MessageSanitizer

  • All Known Implementing Classes:
    DefaultMessageSanitizer
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface MessageSanitizer
    Since:
    6.6.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BEAN_NAME
      Default bean name.
    • Field Detail

    • Method Detail

      • sanitize

        java.lang.String sanitize​(java.lang.String msg)
        Sanitize string.
        Parameters:
        msg - the msg
        Returns:
        the string