MirrorFieldSetInvoker<T, V> typedef

MirrorFieldSetInvoker<T, V> = void Function(T bean, V value)

属性的set代理执行器

Implementation

typedef MirrorFieldSetInvoker<T, V> = void Function(T bean, V value);