Class LiteralConverter<E>

    • Method Detail

      • convert

        public String convert​(E o)
        Description copied from class: Converter
        The convert method is responsible for extracting data from the event and returning a formatted string representation.
        Specified by:
        convert in class Converter<E>
        Parameters:
        o - the event to convert
        Returns:
        the formatted string representation