Class MsgBufJsonProtocol

java.lang.Object
de.haumacher.msgbuf.generator.common.MsgBufJsonProtocol

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

    • MsgBufJsonProtocol

      public MsgBufJsonProtocol()
  • Method Details

    • 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.