Interface Binder<K>
public interface Binder<K>
binder 接口
- Author:
- Cody Lu
-
Method Summary
Modifier and TypeMethodDescription<T> voidbind(T target) 绑定单个对象<T> voidbindBatch(Collection<T> targets) 批量绑定一组对象
-
Method Details
-
bind
<T> void bind(T target) 绑定单个对象- Parameters:
target-
-
bindBatch
批量绑定一组对象- Parameters:
targets-
-