Uses of Interface
com.solab.iso8583.CustomFieldDecoder
-
Packages that use CustomFieldDecoder Package Description com.solab.iso8583 com.solab.iso8583.codecs -
-
Uses of CustomFieldDecoder in com.solab.iso8583
Subinterfaces of CustomFieldDecoder in com.solab.iso8583 Modifier and Type Interface Description interface
CustomBinaryField<T>
An extension of the CustomField interface, useful for binary fields.interface
CustomField<DataType>
Defines the behavior for a custom field value encoder/decoder. -
Uses of CustomFieldDecoder in com.solab.iso8583.codecs
Classes in com.solab.iso8583.codecs that implement CustomFieldDecoder Modifier and Type Class Description class
BigIntBcdCodec
A custom field encoder/decoder to be used with LLBIN/LLLBIN fields that contain BigIntegers in BCD encoding.class
CompositeField
A codec to manage subfields inside a field of a certain type.class
LongBcdCodec
A custom field encoder/decoder to be used with LLBIN/LLLBIN fields that contain Longs in BCD encoding.
-