Class FormattingMapper<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapFunction<T,​String>

    @Internal
    public class FormattingMapper<T>
    extends Object
    implements org.apache.flink.api.common.functions.MapFunction<T,​String>
    Mapper that converts values to strings using a TextOutputFormat.TextFormatter.
    See Also:
    Serialized Form