Class StringToHexService

    • Constructor Detail

      • StringToHexService

        public StringToHexService()
      • StringToHexService

        public StringToHexService​(java.lang.String regex)
    • Method Detail

      • reformat

        public java.lang.String reformat​(java.lang.String s,
                                         java.lang.String msgCharset)
                                  throws java.lang.Exception
        Description copied from interface: MetadataReformatter
        Reformat a metadata value
        Specified by:
        reformat in interface MetadataReformatter
        Overrides:
        reformat in class HexToStringService
        Parameters:
        s - the string to reformat
        msgCharset - the charset of the message
        Returns:
        the replacment string.
        Throws:
        java.lang.Exception