Interface BinaryFieldSetter<T>

  • Type Parameters:
    T - The class the handled field belongs to.
    All Superinterfaces:
    BinaryValueSetter

    public interface BinaryFieldSetter<T>
    extends BinaryValueSetter
    BinaryFieldSetter are custom implementations of BinaryValueSetter for a specific field. They are used by the automatically created binary type handlers instead of the default BinaryValueSetter. To register a custom BinaryFieldSetter see BinaryFieldHandlerProvider
    • Method Detail

      • getField

        Field getField()
        Get the Field that is handled by this BinaryFieldSetter
        Returns:
        the handled field.