Package org.apache.beam.sdk.schemas
Interface FieldValueSetter<ObjectT,ValueT>
- All Superinterfaces:
Serializable
For internal use only; no backwards-compatibility guarantees.
An interface to set a field of a class.
Implementations of this interface are generated at runtime to map Row fields back into object fields.
-
Method Summary
-
Method Details
-
set
Sets the specified field on object to value. -
name
String name()Returns the name of the field.
-