Package com.solab.iso8583
Interface CustomFieldEncoder<DataType>
- All Known Subinterfaces:
CustomBinaryField<T>
,CustomField<DataType>
- All Known Implementing Classes:
BigIntBcdCodec
,CompositeField
,LongBcdCodec
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines the behavior of a custom field encoder, which will convert a value of some
data type to a String.
-
Method Summary
-
Method Details
-
encodeField
-