Interface Setter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Setter
set方法
Author:
Maning
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(Object entity, Object value)
    设置实例的对应的值
  • Method Details

    • set

      void set(Object entity, Object value)
      设置实例的对应的值
      Parameters:
      entity - 实例
      value - 值