Class MsgBufJsonProtocol


  • public class MsgBufJsonProtocol
    extends Object
    Mapping of the msgbuf JSON protocol definition to protocol implementations.
    • Constructor Detail

      • MsgBufJsonProtocol

        public MsgBufJsonProtocol()
    • Method Detail

      • classifierId

        public static String classifierId​(Constant constant)
        The name of the given enumeration classifier as used in the protocol (e.g. JSON format).
      • typeId

        public static String typeId​(MessageDef def)
        Identifier used to announce an object of the given type.
      • fieldId

        public static String fieldId​(Field field)
        Identifier for the given field.