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  
FieldValueGetters for the target class. | 
java.util.List<FieldValueSetter> createSetters(java.lang.Class<?> targetClass, Schema schema)
FieldValueGetters for the target class.
 The returned list is ordered by the order of matching fields in the schema.