Class MsgBufJsonProtocol
java.lang.Object
de.haumacher.msgbuf.generator.common.MsgBufJsonProtocol
Mapping of the
msgbuf JSON protocol definition to protocol implementations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringclassifierId(Constant constant) The name of the given enumeration classifier as used in the protocol (e.g.static StringIdentifier for the given field.static StringtypeId(MessageDef def) Identifier used to announce an object of the given type.
-
Constructor Details
-
MsgBufJsonProtocol
public MsgBufJsonProtocol()
-
-
Method Details
-
classifierId
The name of the given enumeration classifier as used in the protocol (e.g. JSON format). -
typeId
Identifier used to announce an object of the given type. -
fieldId
Identifier for the given field.
-