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
FieldValueGetter s for the target class. |
java.util.List<FieldValueGetter> 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<FieldValueGetter>>