public interface IItemProvider<T>
| Modifier and Type | Method and Description |
|---|---|
void |
check(de.tsl2.nano.bean.def.BeanCollector<Collection<T>,T> caller) |
T |
createItem(T srcInstance,
Map context) |
Collection<? extends T> |
createItems(T srcInstance,
Map context) |
String |
getName() |
Copyright © 2012–2020. All rights reserved.