com.ibm.streamsx.topology.json

Class JSONStreams.ToJSON<T extends JSONAble>

  • java.lang.Object
    • com.ibm.streamsx.topology.json.JSONStreams.ToJSON<T>
    • Constructor Summary

      Constructors 
      Constructor and Description
      ToJSON() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.json.java.JSONObject apply(JSONAble v1) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToJSON

        public ToJSON()
    • Method Detail

      • apply

        public com.ibm.json.java.JSONObject apply(JSONAble v1)
        Specified by:
        apply in interface Function<T extends JSONAble,com.ibm.json.java.JSONObject>
streamsx.topology 2.1 @ IBMStreams GitHub