Interface BundleFormatConverter

  • All Known Implementing Classes:
    StringFormatToMessageFormatConverter

    public interface BundleFormatConverter
    Contract to make a conversion from a syntax to another one. Created: 05/05/11
    Since:
    2.4
    Author:
    Florian Desbois $Id$
    • Method Detail

      • convert

        String convert​(String value)
        Convert format syntax to an other from value.
        Parameters:
        value - message with some format placeholders to convert
        Returns:
        the message with other format syntax