Class MessageParser


  • public class MessageParser
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void enablePrettyPrint()  
      static org.openmuc.jeebus.spine.xsd.v1.DatagramType fromJson​(byte[] json)  
      static java.lang.String getFunctionName​(org.openmuc.jeebus.spine.xsd.v1.CmdType cmd)  
      static byte[] toJson​(org.openmuc.jeebus.spine.xsd.v1.DatagramType datagram)  
      • Methods inherited from class java.lang.Object

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

      • enablePrettyPrint

        public static void enablePrettyPrint()
      • toJson

        public static byte[] toJson​(org.openmuc.jeebus.spine.xsd.v1.DatagramType datagram)
      • getFunctionName

        public static java.lang.String getFunctionName​(org.openmuc.jeebus.spine.xsd.v1.CmdType cmd)
      • fromJson

        public static org.openmuc.jeebus.spine.xsd.v1.DatagramType fromJson​(byte[] json)