Class MsgBufJsonProtocol
- java.lang.Object
-
- de.haumacher.msgbuf.generator.common.MsgBufJsonProtocol
-
public class MsgBufJsonProtocol extends Object
Mapping of themsgbufJSON protocol definition to protocol implementations.
-
-
Constructor Summary
Constructors Constructor Description MsgBufJsonProtocol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringclassifierId(Constant constant)The name of the given enumeration classifier as used in the protocol (e.g.static StringfieldId(Field field)Identifier for the given field.static StringtypeId(MessageDef def)Identifier used to announce an object of the given type.
-
-
-
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.
-
-