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