All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.solab.iso8583.CustomFieldEncoder Maven / Gradle / Ivy

Go to download

Java implementation of the ISO 8583 protocol, focused on making the creation, edition and reading of ISO8583 messages as simple and flexible as possible.

There is a newer version: 2.0.0
Show newest version
package com.solab.iso8583;

/**
 * Defines the behavior of a custom field encoder, which will convert a value of some
 * data type to a String.
 *
 * @author Enrique Zamudio
 * Date: 2019-02-08 11:20
 */
public interface CustomFieldEncoder {

    String encodeField(DataType value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy