Java Object within Dataset being output as {} in Spark streaming when writing out as JSON, how can I get the actual value?

后端 未结 0 439
灰色年华
灰色年华 2021-02-09 02:49

I have a Java object that is structured like the following:

public class Example{
  private String key;
  private Object value;

  getters and setters here...
}
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题