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

com.solab.iso8583.CustomFieldDecoder 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;

/**
 * A functional interface to decode a value from a field (string or binary data) into some
 * other data type.
 *
 * @author Enrique Zamudio
 * Date: 2019-02-08 11:21
 */
public interface CustomFieldDecoder {

    DataType decodeField(String value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy