Interface Binder<K>


public interface Binder<K>
binder 接口
Author:
Cody Lu
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> void
    bind(T target)
    绑定单个对象
    <T> void
    bindBatch(Collection<T> targets)
    批量绑定一组对象
  • Method Details

    • bind

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

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