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 seeBinaryFieldHandlerProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldgetField()Get the Field that is handled by this BinaryFieldSetter-
Methods inherited from interface org.eclipse.serializer.persistence.binary.types.BinaryValueSetter
setValueToMemory
-
-
-
-
Method Detail
-
getField
Field getField()
Get the Field that is handled by this BinaryFieldSetter- Returns:
- the handled field.
-
-