Class WebSocketDataWriter.JsonLiveStreamValueConverter
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.datawriter.WebSocketDataWriter.JsonLiveStreamValueConverter
-
- Enclosing class:
- WebSocketDataWriter
public static class WebSocketDataWriter.JsonLiveStreamValueConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonLiveStreamValueConverter()
-
-
-
Method Detail
-
update
public void update(double time, List<Object> updates)Updates the variables to be send. It converts dottet string names into objects- Parameters:
time-updates-
-
getJson
public String getJson() throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-