public interface FieldValueSetterFactory
extends java.io.Serializable
FieldValueSetter
objects
corresponding to a class.Modifier and Type | Method and Description |
---|---|
java.util.List<FieldValueSetter> |
createSetters(java.lang.Class<?> targetClass,
Schema schema)
Returns a list of
FieldValueGetter s for the target class. |
java.util.List<FieldValueSetter> createSetters(java.lang.Class<?> targetClass, Schema schema)
FieldValueGetter
s for the target class.
The returned list is ordered by the order of matching fields in the schema.