Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 748 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 748 Bytes

message-json

JavaScript Object Notation messages

javadoc

  • ../message Implementations of the Message interface

Usage

After importing the bom:

<dependency>
  <!-- json message type -->
  <groupId>com.mastercard.test.flow</groupId>
  <artifactId>message-json</artifactId>
</dependency>

The unit test JsonTest contains usage examples for the message type supplied by this module.