public class ObjectToMapConverter<T> extends Object implements org.apache.flink.api.common.functions.FlatMapFunction<T,Map<String,Object>>
| Constructor and Description |
|---|
ObjectToMapConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
flatMap(T in,
org.apache.flink.util.Collector<Map<String,Object>> out) |
Copyright © 2018. All rights reserved.