Class Base64DecodeMetadataService

    • Constructor Detail

      • Base64DecodeMetadataService

        public Base64DecodeMetadataService()
      • Base64DecodeMetadataService

        public Base64DecodeMetadataService​(java.lang.String regexp)
    • Method Detail

      • reformat

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