Class SwiftMtDataFormat.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • writeInJson

        public SwiftMtDataFormat.Builder writeInJson​(String writeInJson)
        The flag indicating that messages must be marshalled in a JSON format.
        Parameters:
        writeInJson - true if messages must be marshalled in a JSON format, false otherwise.
      • writeInJson

        public SwiftMtDataFormat.Builder writeInJson​(boolean writeInJson)
        The flag indicating that messages must be marshalled in a JSON format.
        Parameters:
        writeInJson - true if messages must be marshalled in a JSON format, false otherwise.