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