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.

@FunctionalInterface public interface CustomFieldEncoder<DataType>
Defines the behavior of a custom field encoder, which will convert a value of some data type to a String.
  • Method Summary

    Modifier and Type
    Method
    Description