public interface FieldValueSetterFactory extends Factory<java.util.List<FieldValueSetter>>
FieldValueSetter
objects
corresponding to a class.Modifier and Type | Method and Description |
---|---|
java.util.List<FieldValueSetter> |
create(java.lang.Class<?> targetClass,
Schema schema)
Returns a list of
FieldValueGetter s for the target class. |
java.util.List<FieldValueSetter> create(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.
create
in interface Factory<java.util.List<FieldValueSetter>>