Package de.gsi.dataset.serializer.spi
Interface FieldSerialiser.FieldSerialiserFunction
-
- Enclosing class:
- FieldSerialiser
public static interface FieldSerialiser.FieldSerialiserFunctionused as lambda expression for user-level code to read/write data into the given serialiser back-end implementation- Author:
- rstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexec(java.lang.Object t, ClassFieldDescription u)Performs this operation on the given arguments.
-
-
-
Method Detail
-
exec
void exec(java.lang.Object t, ClassFieldDescription u) throws java.lang.IllegalAccessExceptionPerforms this operation on the given arguments.- Parameters:
t- the specific object reference for the given fieldu- the description for the given class member- Throws:
java.lang.IllegalAccessException- in case a forbidden field is being accessed
-
-