Class FormattingMapper<T>
- java.lang.Object
-
- org.apache.flink.api.java.functions.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 aTextOutputFormat.TextFormatter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormattingMapper(TextOutputFormat.TextFormatter<T> formatter)
-