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 Details

    • JsonLiveStreamValueConverter

      public JsonLiveStreamValueConverter()
  • Method Details

    • configure

      public void configure(Map<Integer,String> indexToHeader)
    • 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