接口 Binder<K>


public interface Binder<K>
binder 接口
作者:
Cody Lu
  • 方法概要

    修饰符和类型
    方法
    说明
    <T> void
    bind(T target)
    绑定单个对象
    <T> void
    bindBatch(Collection<T> targets)
    批量绑定一组对象
  • 方法详细资料

    • bind

      <T> void bind(T target)
      绑定单个对象
      参数:
      target -
    • bindBatch

      <T> void bindBatch(Collection<T> targets)
      批量绑定一组对象
      参数:
      targets -