Interface FieldReadFunction<T>
- Type Parameters:
T
- type of structure mapped class that contains this field
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface to read a structure field's value.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionget
(FieldContext<T> context) Deserializes and returns a field's value.
-
Method Details
-
get
Deserializes and returns a field's value.- Parameters:
context
- context for this field- Returns:
- value of the field
- Throws:
IOException
- if error reading
-