protected static class GenericItemAdapter.ReflectionBasedItemFactory<Model,Item> extends java.lang.Object implements Function<Model,Item>
| Constructor and Description |
|---|
ReflectionBasedItemFactory(java.lang.Class<? extends Model> modelClass,
java.lang.Class<? extends Item> itemClass) |
| Modifier and Type | Method and Description |
|---|---|
Item |
apply(Model model) |